mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 23:05:45 +01:00
Fix bug.
This commit is contained in:
@@ -1884,7 +1884,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
&& root._lightweightTheme
|
||||
&& root._lightweightTheme._lastScreenWidth == null) {
|
||||
|
||||
this.withSavedValues.call(PrivateBrowsingUtils,
|
||||
dactyl.withSavedValues.call(PrivateBrowsingUtils,
|
||||
["isWindowPrivate"], function () {
|
||||
PrivateBrowsingUtils.isWindowPrivate = function () false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user