Fix window icon in wayland
This commit is contained in:
parent
dd8c2a1a38
commit
ef5287e27f
|
@ -97,6 +97,8 @@ int main(int argc, char* argv[])
|
|||
|
||||
QApplication::setQuitOnLastWindowClosed(false);
|
||||
|
||||
QApplication::setDesktopFileName(QStringLiteral("barrier")); // For showing window icon in wayland.
|
||||
|
||||
QSettings settings;
|
||||
AppConfig appConfig (&settings);
|
||||
|
||||
|
|
Loading…
Reference in New Issue