fix Content Mode options and few other changes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- fix setupRadioButtons (Content Mode options) - update integrated qtbase_de.qm from Qt 6.4 - bump copyright year and some version numbers (again)
This commit is contained in:
parent
5e6c4e6ad1
commit
d7b28c2468
4 changed files with 8 additions and 6 deletions
|
@ -282,6 +282,7 @@ void OptionsDialog::setupRadioButtons()
|
|||
case 0:
|
||||
case 20:
|
||||
ui->rbModern->setChecked(true);
|
||||
ui->cbDoubleclick->setChecked(false);
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
|
@ -291,11 +292,12 @@ void OptionsDialog::setupRadioButtons()
|
|||
break;
|
||||
case 10:
|
||||
ui->rbClassic->setChecked(true);
|
||||
#if QT_VERSION >= 0x050800
|
||||
Q_FALLTHROUGH();
|
||||
#endif
|
||||
ui->cbDoubleclick->setChecked(false);
|
||||
break;
|
||||
case 11:
|
||||
ui->rbClassic->setChecked(true);
|
||||
ui->cbDoubleclick->setChecked(true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
config.h
2
config.h
|
@ -47,7 +47,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_COPYRIGHT
|
||||
#define GTA5SYNC_COPYRIGHT "2016-2021"
|
||||
#define GTA5SYNC_COPYRIGHT "2016-2022"
|
||||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_APPVER
|
||||
|
|
|
@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "5sync.ico"
|
|||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest"
|
||||
#include <windows.h>
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1, 10, 1, 1
|
||||
PRODUCTVERSION 1, 10, 1, 1
|
||||
FILEVERSION 1, 10, 1, 2
|
||||
PRODUCTVERSION 1, 10, 1, 2
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue