Pull in VITURE AARCH64 support
This commit is contained in:
parent
05c0a421ed
commit
41240d93af
|
|
@ -322,13 +322,13 @@ export const MonitorManager = GObject.registerClass({
|
|||
return;
|
||||
}
|
||||
|
||||
this._needsConfigCheck = false;
|
||||
if (error) {
|
||||
Globals.logger.log(`Failed to switch to optimal mode for monitor ${monitorConnector}: ${error}`);
|
||||
|
||||
// tell the extension to proceed, this should result in another config check
|
||||
this._changeHookFn();
|
||||
} else {
|
||||
this._needsConfigCheck = false;
|
||||
if (configChanged) {
|
||||
Globals.logger.log(`Switched to optimal mode for monitor ${monitorConnector}`);
|
||||
} else if (!!this._changeHookFn) {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9acfa064d9e503973c3c3f9b7667ab30ba286e55
|
||||
Subproject commit 4ce360a936937e8dd0ebd54a337fec54bb38f497
|
||||
Loading…
Reference in New Issue