This repository has been archived on 2026-03-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Eco/VideoBrowser/Properties/Settings.settings
2023-07-24 12:00:34 +02:00

27 lines
1.2 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="VideoBrowser.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="WindowPosition" Type="System.Windows.Point" Scope="User">
<Value Profile="(Default)">0,0</Value>
</Setting>
<Setting Name="WindowWidth" Type="System.Double" Scope="User">
<Value Profile="(Default)">1920</Value>
</Setting>
<Setting Name="WindowHeight" Type="System.Double" Scope="User">
<Value Profile="(Default)">1080</Value>
</Setting>
<Setting Name="LastUrl" Type="System.String" Scope="User">
<Value Profile="(Default)">https://yoyokits.github.io/VideoBrowser/welcome.html</Value>
</Setting>
<Setting Name="ShowMaxSimDownloads" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MaxSimDownloads" Type="System.Int32" Scope="User">
<Value Profile="(Default)">5</Value>
</Setting>
<Setting Name="WindowState" Type="System.Windows.WindowState" Scope="User">
<Value Profile="(Default)">Normal</Value>
</Setting>
</Settings>
</SettingsFile>