Skip to content

Commit f03eb96

Browse files
committed
the more commands too
1 parent bbd15a3 commit f03eb96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public bool EnableDock
210210
_settings.EnableDock = value;
211211
Save();
212212
WeakReferenceMessenger.Default.Send(new ShowHideDockMessage(value));
213+
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
213214
}
214215
}
215216

0 commit comments

Comments
 (0)