the more commands too

This commit is contained in:
Mike Griese
2025-12-05 13:16:20 -06:00
parent bbd15a3ae8
commit f03eb96b9c

View File

@@ -210,6 +210,7 @@ public partial class SettingsViewModel : INotifyPropertyChanged
_settings.EnableDock = value; _settings.EnableDock = value;
Save(); Save();
WeakReferenceMessenger.Default.Send(new ShowHideDockMessage(value)); WeakReferenceMessenger.Default.Send(new ShowHideDockMessage(value));
WeakReferenceMessenger.Default.Send(new ReloadCommandsMessage()); // TODO! we need to update the MoreCommands of all top level items, but we don't _really_ want to reload
} }
} }