feat(windows): add Settings.settings
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)"/>
|
||||
</Profiles>
|
||||
<Settings>
|
||||
<Setting Name="CookieStore" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)"></Value>
|
||||
</Setting>
|
||||
<Setting Name="BurnHistory" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)"></Value>
|
||||
</Setting>
|
||||
<Setting Name="RefreshInterval" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">120</Value>
|
||||
</Setting>
|
||||
<Setting Name="ShowInTaskbar" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="BetaChannel" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user