mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Update DashboardViewModel.cs
This commit is contained in:
@@ -72,6 +72,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
if (Set(ref _dashboardSortOrder, value))
|
||||
{
|
||||
generalSettingsConfig.DashboardSortOrder = value;
|
||||
SettingsUtils.SaveSettings(generalSettingsConfig.ToJsonString(), generalSettingsConfig.GetModuleName());
|
||||
RefreshModuleList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user