We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06f94f commit 94caf98Copy full SHA for 94caf98
apps/openmw/mwgui/windowmanagerimp.cpp
@@ -1498,7 +1498,11 @@ namespace MWGui
1498
if (Settings::gui().mControllerMenus)
1499
{
1500
if (mGuiModes.empty())
1501
+ {
1502
setControllerTooltipVisible(false);
1503
+ // When all windows are hidden, reset tooltip visibility to user's preference.
1504
+ mControllerTooltipEnabled = Settings::gui().mControllerTooltips;
1505
+ }
1506
else
1507
reapplyActiveControllerWindow();
1508
}
0 commit comments