mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 20:12:34 +00:00
NOISSUE add hack for system themes. Maybe it works?
This commit is contained in:
@@ -208,11 +208,21 @@ QString CustomTheme::name()
|
||||
return m_name;
|
||||
}
|
||||
|
||||
bool CustomTheme::hasColorScheme()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
QPalette CustomTheme::colorScheme()
|
||||
{
|
||||
return m_palette;
|
||||
}
|
||||
|
||||
bool CustomTheme::hasStyleSheet()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
QString CustomTheme::appStyleSheet()
|
||||
{
|
||||
return m_styleSheet;
|
||||
|
||||
Reference in New Issue
Block a user