mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 18:06:26 -07:00
Update main.cpp
This commit is contained in:
parent
6c44949c51
commit
68b2ab52c8
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ int main(int argc, char *argv[])
|
||||||
qCInfo(MainLog) << "MainWindow constructor finished";
|
qCInfo(MainLog) << "MainWindow constructor finished";
|
||||||
|
|
||||||
ui.setWindowIcon(themePixmap(QStringLiteral("cockatrice")));
|
ui.setWindowIcon(themePixmap(QStringLiteral("cockatrice")));
|
||||||
// set name of the app desktop file; used by wayland to load the window icon
|
// Set name of the app desktop file; used by wayland to load the window icon
|
||||||
QGuiApplication::setDesktopFileName("Cockatrice");
|
QGuiApplication::setDesktopFileName("Cockatrice");
|
||||||
|
|
||||||
SettingsCache::instance().network().setClientID(generateClientID());
|
SettingsCache::instance().network().setClientID(generateClientID());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue