mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
Qt6: disable some Attributes
This commit is contained in:
parent
5c1fda7310
commit
9d2da9b2f0
1 changed files with 2 additions and 0 deletions
|
@ -114,8 +114,10 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
|
|||
constants::networkType = NetworkType::MAINNET;
|
||||
|
||||
// Setup QApplication
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
||||
#endif
|
||||
QApplication::setDesktopSettingsAware(true); // use system font
|
||||
QApplication::setApplicationVersion(FEATHER_VERSION);
|
||||
|
||||
|
|
Loading…
Reference in a new issue