1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 15:07:57 +01:00

[PWPBM] DTRT WRT titlemodifiers.

This commit is contained in:
Kris Maglione
2013-04-26 20:26:49 -07:00
parent 7f7565e86a
commit fc11842f5d
2 changed files with 8 additions and 2 deletions

View File

@@ -1432,8 +1432,9 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
win.setAttribute("titlemodifier_normal", value);
win.setAttribute("titlemodifier_privatebrowsing", value + suffix);
if (services.privateBrowsing.privateBrowsingEnabled) {
if (storage.privateMode) {
updateTitle(oldValue + suffix, value + suffix);
win.setAttribute("titlemodifier", value + suffix);
return value;
}
}