Merge pull request 'Windows: hide help button in dialogs' (#47) from tobtoht/feather:window_hide_help into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/47
This commit is contained in:
dsc 2020-10-11 18:20:42 +00:00
commit bd7ebdf947
1 changed files with 1 additions and 0 deletions

View File

@ -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);