mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix "too many open files" on Xorg restart
This commit is contained in:
@@ -185,6 +185,8 @@ const dtpOverview = new Lang.Class({
|
||||
},
|
||||
|
||||
_checkHotkeyPrefix: function() {
|
||||
this._dtpSettings.delay();
|
||||
|
||||
let hotkeyPrefix = this._dtpSettings.get_string('hotkey-prefix-text');
|
||||
if (hotkeyPrefix == 'Super')
|
||||
hotkeyPrefix = '<Super>';
|
||||
@@ -230,6 +232,8 @@ const dtpOverview = new Lang.Class({
|
||||
}, this);
|
||||
}
|
||||
}
|
||||
|
||||
this._dtpSettings.apply();
|
||||
},
|
||||
|
||||
_enableHotKeys: function() {
|
||||
|
||||
Reference in New Issue
Block a user