We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3662e0c commit f1149d5Copy full SHA for f1149d5
src/maindialog.cpp
@@ -310,6 +310,7 @@ QStringList MainDialog::findIconThemes(enum lab_icon_theme_type type)
310
// Iterate over paths and use any icon-theme which has more than just a
311
// "cursors" subdirectory (because that means it's for cursors only)
312
QStringList themes;
313
+ themes.push_front("");
314
themes.push_front("Adwaita");
315
for (const QString &path : std::as_const(paths)) {
316
QDir dir(path);
0 commit comments