We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Close by rules
1 parent 835cb9f commit da45800Copy full SHA for da45800
1 file changed
closeSession.js
@@ -407,7 +407,7 @@ var CloseSession = class {
407
408
_getRunningAppsClosingByRules() {
409
if (!this._settings.get_boolean('enable-close-by-rules')) {
410
- return [[], this._defaultAppSystem.get_running()];
+ return [this._defaultAppSystem.get_running(), [], []];
411
}
412
413
const closeWindowsRules = this._prefsUtils.getSettingString('close-windows-rules');
0 commit comments