some minor ubuntu tweak concerning themes.
This commit is contained in:
parent
b890dda7ac
commit
12a3c6c411
@ -3306,7 +3306,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