mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[New+ > Settings page] Init fix and fix for enabled state of controls (#34999)
* fix settings init (#34996) * fix control state if module gpo is aplied (#34997)
This commit is contained in:
@@ -183,7 +183,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
|
||||
try
|
||||
{
|
||||
settings = settingsUtils.GetSettings<NewPlusSettings>(NewPlusSettings.ModuleName);
|
||||
settings = settingsUtils.GetSettingsOrDefault<NewPlusSettings>(NewPlusSettings.ModuleName);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user