You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -965,7 +971,7 @@ int main(int argc, char *argv[])
965
971
addTooltip("Number of frames' frametimes to average out.");
966
972
967
973
ImGui::Checkbox("External res change compatibility", &externalResChangeCompatibility);
968
-
addTooltip("Automatically switch to manual resolution adjustment within the app when VR resolution is changed from an external source (SteamVR setting, Oyasumi, etc.) as to let the external source control the resolution. Does not automatically switch back to dynamic resolution adjustment.");
974
+
addTooltip("Automatically switch to manual resolution adjustment within the app when VR resolution is changed from an external source (SteamVR setting, Oyasumi, etc.) as to let the external source control the resolution. Automatically switches back to dynamic resolution adjustment when resolution is set to automatic.");
969
975
970
976
ImGui::Text("Blacklist");
971
977
addTooltip("Don't allow resolution changes in blacklisted applications.");
0 commit comments