mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +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;
|
||||
if (hiResolutionNextSessionMode == HRM_ENABLED ) {
|
||||
if ( hiResolutionOperaingMode == hiResolutionNextSessionMode ) {
|
||||
label = QObject::tr("High Resolution Mode is Enabled");
|
||||
label = QObject::tr("High Resolution Mode is Enabled (Experimental)");
|
||||
} else {
|
||||
label = QObject::tr("The High Resolution Mode will be Enabled after Oscar is restarted.");
|
||||
}
|
||||
button->setChecked(true);
|
||||
} else {
|
||||
if ( hiResolutionOperaingMode == hiResolutionNextSessionMode ) {
|
||||
label = QObject::tr("High Resolution Mode is Disabled");
|
||||
label = QObject::tr("High Resolution Mode is Disabled (Experimental)");
|
||||
} else {
|
||||
label = QObject::tr("High Resolution Mode will be Disabled after Oscar is restarted.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user