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

Reviewed-on: feather/feather#47
fix-rpath-debug
dsc 4 years ago
commit bd7ebdf947

@ -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…
Cancel
Save