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 0:
|
||||||
case 20:
|
case 20:
|
||||||
ui->rbModern->setChecked(true);
|
ui->rbModern->setChecked(true);
|
||||||
|
ui->cbDoubleclick->setChecked(false);
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
|
@ -291,11 +292,12 @@ void OptionsDialog::setupRadioButtons()
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
ui->rbClassic->setChecked(true);
|
ui->rbClassic->setChecked(true);
|
||||||
#if QT_VERSION >= 0x050800
|
ui->cbDoubleclick->setChecked(false);
|
||||||
Q_FALLTHROUGH();
|
break;
|
||||||
#endif
|
|
||||||
case 11:
|
case 11:
|
||||||
|
ui->rbClassic->setChecked(true);
|
||||||
ui->cbDoubleclick->setChecked(true);
|
ui->cbDoubleclick->setChecked(true);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
config.h
2
config.h
|
@ -47,7 +47,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GTA5SYNC_COPYRIGHT
|
#ifndef GTA5SYNC_COPYRIGHT
|
||||||
#define GTA5SYNC_COPYRIGHT "2016-2021"
|
#define GTA5SYNC_COPYRIGHT "2016-2022"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GTA5SYNC_APPVER
|
#ifndef GTA5SYNC_APPVER
|
||||||
|
|
|
@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "5sync.ico"
|
||||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest"
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1, 10, 1, 1
|
FILEVERSION 1, 10, 1, 2
|
||||||
PRODUCTVERSION 1, 10, 1, 1
|
PRODUCTVERSION 1, 10, 1, 2
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
FILEFLAGS 0
|
FILEFLAGS 0
|
||||||
FILEOS VOS_NT_WINDOWS32
|
FILEOS VOS_NT_WINDOWS32
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue