mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
New settings to support upcoming changes.
This commit is contained in:
parent
78ffcc167b
commit
c6daa10d0c
@ -32,5 +32,23 @@
|
||||
<Setting Name="PluginSettings" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="VoiceNotify" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="VoiceSelected" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="VoiceVolume" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">75</Value>
|
||||
</Setting>
|
||||
<Setting Name="VoiceRate" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="MainWindowSize" Type="System.Drawing.Size" Scope="User">
|
||||
<Value Profile="(Default)">800, 500</Value>
|
||||
</Setting>
|
||||
<Setting Name="MainWindowPosition" Type="System.Drawing.Point" Scope="User">
|
||||
<Value Profile="(Default)">100, 100</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Loading…
x
Reference in New Issue
Block a user