mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Allow panel style override property to be deleted on disable
This commit is contained in:
@@ -262,7 +262,7 @@ var dtpPanelManager = Utils.defineClass({
|
||||
|
||||
// keep GS overview.js from blowing away custom panel styles
|
||||
if(!Me.settings.get_boolean('stockgs-keep-top-panel'))
|
||||
Object.defineProperty(Main.panel, "style", {set: function(v) {}});
|
||||
Object.defineProperty(Main.panel, "style", {configurable: true, set: function(v) {}});
|
||||
},
|
||||
|
||||
disable: function(reset) {
|
||||
|
||||
Reference in New Issue
Block a user