Set window icon in the whole application instead of in BaseWindow (#3554)
This makes icon visible on Ubuntu 20.04 while using AppImage build (and possibly some other setups as well).
This commit is contained in:
@@ -79,6 +79,8 @@ namespace {
|
||||
|
||||
QApplication::setStyle(QStyleFactory::create("Fusion"));
|
||||
|
||||
QApplication::setWindowIcon(QIcon(":/icon.ico"));
|
||||
|
||||
installCustomPalette();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user