Save window location when relaunching

This commit is contained in:
2022-11-18 00:25:18 +01:00
parent a3e09c2407
commit 5a8a5baa33
5 changed files with 125 additions and 2 deletions

View File

@ -68,5 +68,11 @@
<Setting Name="showWindow_vk" Type="System.UInt32" Scope="User">
<Value Profile="(Default)">13</Value>
</Setting>
<Setting Name="MainWindowTop" Type="System.Double" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="MainWindowLeft" Type="System.Double" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
</Settings>
</SettingsFile>