fix: ux changes for sync settings/overrides

This commit is contained in:
Calum H. (IMB11)
2026-08-28 10:07:40 +01:00
parent a9b774005b
commit 98aadb1f6a
17 changed files with 934 additions and 513 deletions
@@ -0,0 +1,15 @@
UPDATE sync_feature_settings
SET globally_enabled = 0, new_instance_default = 1
WHERE feature IN (
'command_history',
'multiplayer_servers',
'creative_hotbars'
);
UPDATE instance_sync_preferences
SET enabled = 1
WHERE feature IN (
'command_history',
'multiplayer_servers',
'creative_hotbars'
);