mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
High Resolution Mode: Add word Experimental to checkbox
This commit is contained in:
parent
2b1d96817f
commit
31e7571a63
@ -75,14 +75,14 @@ namespace HighResolution {
|
|||||||
QString label;
|
QString label;
|
||||||
if (hiResolutionNextSessionMode == HRM_ENABLED ) {
|
if (hiResolutionNextSessionMode == HRM_ENABLED ) {
|
||||||
if ( hiResolutionOperaingMode == hiResolutionNextSessionMode ) {
|
if ( hiResolutionOperaingMode == hiResolutionNextSessionMode ) {
|
||||||
label = QObject::tr("High Resolution Mode is Enabled");
|
label = QObject::tr("High Resolution Mode is Enabled (Experimental)");
|
||||||
} else {
|
} else {
|
||||||
label = QObject::tr("The High Resolution Mode will be Enabled after Oscar is restarted.");
|
label = QObject::tr("The High Resolution Mode will be Enabled after Oscar is restarted.");
|
||||||
}
|
}
|
||||||
button->setChecked(true);
|
button->setChecked(true);
|
||||||
} else {
|
} else {
|
||||||
if ( hiResolutionOperaingMode == hiResolutionNextSessionMode ) {
|
if ( hiResolutionOperaingMode == hiResolutionNextSessionMode ) {
|
||||||
label = QObject::tr("High Resolution Mode is Disabled");
|
label = QObject::tr("High Resolution Mode is Disabled (Experimental)");
|
||||||
} else {
|
} else {
|
||||||
label = QObject::tr("High Resolution Mode will be Disabled after Oscar is restarted.");
|
label = QObject::tr("High Resolution Mode will be Disabled after Oscar is restarted.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user