For statusbar
This commit is contained in:
parent
22332ee53e
commit
2757760c2b
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -76,6 +76,7 @@ int main(int argc, char *argv[])
|
|||
parser.process(app);
|
||||
|
||||
if (parser.isSet(desktopOption)) {
|
||||
app.setApplicationName("cutefish-desktop");
|
||||
DesktopView view;
|
||||
view.show();
|
||||
return app.exec();
|
||||
|
|
Loading…
Reference in a new issue