SystemTrayMenu/Properties/Settings.settings

27 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-07-05 05:04:14 +12:00
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SystemTrayMenu.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="CurrentCultureInfoName" Provider="CustomSettingsProvider" Type="System.String" Scope="User">
2019-07-05 05:04:14 +12:00
<Value Profile="(Default)" />
</Setting>
<Setting Name="PathDirectory" Provider="CustomSettingsProvider" Type="System.String" Scope="User">
2019-07-05 05:04:14 +12:00
<Value Profile="(Default)" />
</Setting>
<Setting Name="IsAutostartActivated" Provider="CustomSettingsProvider" Type="System.Boolean" Scope="User">
2019-07-05 05:04:14 +12:00
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="HotKey" Provider="CustomSettingsProvider" Type="System.String" Scope="User">
<Value Profile="(Default)">Ctrl+LWin</Value>
2019-07-05 05:04:14 +12:00
</Setting>
<Setting Name="IsUpgraded" Provider="CustomSettingsProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="OpenItemWithOneClick" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="IsDarkModeAlwaysOn" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
2019-07-05 05:04:14 +12:00
</Settings>
</SettingsFile>