mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Windows: hide help button in dialogs
This commit is contained in:
parent
12940361d8
commit
64da8f217c
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
||||
QApplication::setDesktopSettingsAware(true); // use system font
|
||||
QApplication::setApplicationVersion(FEATHER_VERSION);
|
||||
|
||||
|
|
Loading…
Reference in a new issue