|
|
@ -1092,7 +1092,11 @@ namespace MWGui
|
|
|
|
else if (it->first == "GUI" && it->second == "subtitles")
|
|
|
|
else if (it->first == "GUI" && it->second == "subtitles")
|
|
|
|
mSubtitlesEnabled = Settings::Manager::getBool ("subtitles", "GUI");
|
|
|
|
mSubtitlesEnabled = Settings::Manager::getBool ("subtitles", "GUI");
|
|
|
|
else if (it->first == "GUI" && it->second == "menu transparency")
|
|
|
|
else if (it->first == "GUI" && it->second == "menu transparency")
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
mViewer->stopThreading();
|
|
|
|
setMenuTransparency(Settings::Manager::getFloat("menu transparency", "GUI"));
|
|
|
|
setMenuTransparency(Settings::Manager::getFloat("menu transparency", "GUI"));
|
|
|
|
|
|
|
|
mViewer->startThreading();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|