Core - Disable Updates Toggle

This commit is contained in:
Rick Lan
2025-04-08 12:27:21 +08:00
parent 9e26e12734
commit b981d44eba

View File

@@ -75,6 +75,13 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
"../assets/offroad/icon_empty.svg",
true,
},
{
"DisableUpdates",
tr("Disable Updates"),
"",
"../assets/offroad/icon_empty.svg",
true,
},
};