mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Ignore window resizing while in fullscreen mode
This commit is contained in:
@@ -325,7 +325,7 @@ var Intellihide = new Lang.Class({
|
||||
_checkIfShouldBeVisible: function(fromRevealMechanism) {
|
||||
if (fromRevealMechanism) {
|
||||
//the user is trying to reveal the panel
|
||||
if (this._primaryMonitor.inFullscreen) {
|
||||
if (this._primaryMonitor.inFullscreen && !this._dragging) {
|
||||
return this._dtpSettings.get_boolean('intellihide-show-in-fullscreen');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user