mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 18:48:56 -06:00
Core / DolphinQt: Add ini only option to force low-contrast tooltips
This commit is contained in:
@ -156,6 +156,8 @@ const Info<bool> MAIN_NETWORK_SSL_DUMP_PEER_CERT{{System::Main, "Network", "SSLD
|
||||
|
||||
// Main.Interface
|
||||
|
||||
const Info<bool> MAIN_USE_HIGH_CONTRAST_TOOLTIPS{
|
||||
{System::Main, "Interface", "UseHighContrastTooltips"}, true};
|
||||
const Info<bool> MAIN_USE_PANIC_HANDLERS{{System::Main, "Interface", "UsePanicHandlers"}, true};
|
||||
const Info<bool> MAIN_OSD_MESSAGES{{System::Main, "Interface", "OnScreenDisplayMessages"}, true};
|
||||
const Info<bool> MAIN_SKIP_NKIT_WARNING{{System::Main, "Interface", "SkipNKitWarning"}, false};
|
||||
|
Reference in New Issue
Block a user