mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
the more commands too
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user