mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-31 16:09:56 +00:00
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:
commit
bd7ebdf947
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