mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-31 04:08:53 +00:00
Finished profile panel UI
This commit is contained in:
11
src/browser/base/content/global-scripts-inc.patch
Normal file
11
src/browser/base/content/global-scripts-inc.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff --git a/browser/base/content/global-scripts.inc b/browser/base/content/global-scripts.inc
|
||||
index f5f43b8f9509c37bf217b3ed1c6c562be85430e0..c8ab55760f817aa14e3db15f6b5556118e65d218 100644
|
||||
--- a/browser/base/content/global-scripts.inc
|
||||
+++ b/browser/base/content/global-scripts.inc
|
||||
@@ -22,4 +22,6 @@ if (AppConstants.platform == "macosx") {
|
||||
Services.scriptloader.loadSubScript("chrome://global/content/macWindowMenu.js", this);
|
||||
}
|
||||
|
||||
+Services.scriptloader.loadSubScript("chrome://browser/content/zen-browser-places.js", this);
|
||||
+
|
||||
</script>
|
||||
Reference in New Issue
Block a user