mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Settings]Fix ColorPicker dashboard shortcut (#37547)
* Fix color picker dashboard shortcut * remove not needed code * Remove comment
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Microsoft.PowerToys.Settings.UI.Views
|
||||
ViewModel = new ColorPickerViewModel(
|
||||
settingsUtils,
|
||||
SettingsRepository<GeneralSettings>.GetInstance(settingsUtils),
|
||||
null,
|
||||
SettingsRepository<ColorPickerSettings>.GetInstance(settingsUtils),
|
||||
ShellPage.SendDefaultIPCMessage);
|
||||
DataContext = ViewModel;
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user