some minor ubuntu tweak concerning themes.
This commit is contained in:
parent
f320230b30
commit
2065904bec
@ -3300,7 +3300,8 @@ bool PTextEdit::getTheme()
|
||||
if (str.contains("dark", Qt::CaseInsensitive)) {
|
||||
fDarkMenuIcon = true;
|
||||
if (str.contains("ubuntu", Qt::CaseInsensitive)) {
|
||||
fDarkToolBarIcon = true;
|
||||
fDarkMenuIcon = false;
|
||||
fDarkToolBarIcon = false;
|
||||
} else if (str.contains("xfce", Qt::CaseInsensitive)) {
|
||||
fDarkMenuIcon = false;
|
||||
fDarkToolBarIcon = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user