File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ namespace ImGui
5454using namespace std ::chrono_literals;
5555using namespace vr ;
5656
57- static constexpr const char *version = " v1.3.0 " ;
57+ static constexpr const char *version = " v1.3.1 " ;
5858
5959static constexpr const char *iconPath = " icon.png" ;
6060
@@ -76,7 +76,7 @@ bool trayQuit = false;
7676#pragma region Default settings
7777// Initialization
7878bool autoStart = true ;
79- int minimizeOnStart = 0 ;
79+ int minimizeOnStart = 1 ;
8080// General
8181bool closeToTray = false ;
8282bool externalResChangeCompatibility = true ;
@@ -89,7 +89,7 @@ std::set<std::string> whitelistAppsSet = {};
8989int resChangeDelayMs = 6000 ;
9090int initialRes = 100 ;
9191int minRes = 70 ;
92- int maxRes = 200 ;
92+ int maxRes = 190 ;
9393float resIncreaseThreshold = 79 ;
9494float resDecreaseThreshold = 89 ;
9595int resIncreaseMin = 2 ;
You can’t perform that action at this time.
0 commit comments