mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-30 10:21:31 +00:00
gh-13745: Disable desktop launcher for windows (gh-13987)
This commit is contained in:
@@ -140,9 +140,9 @@ index d6615ec5a29f3e3327ac4171f3fc5d9a69bd09fe..c166b7de23c35716bf8c51b6b9c72f77
|
||||
+ this._zenHandleUrlbarClose();
|
||||
+ } else if (!this._untrimmedValue || this.searchMode || this.window.gZenVerticalTabsManager._hasSetSingleToolbar) {
|
||||
+ // Restore the current page URL when the urlbar is empty on blur
|
||||
+ this.window.setTimeout(() => {
|
||||
+ this.window.requestAnimationFrame(() => {
|
||||
+ this.handleRevert();
|
||||
+ }, 0);
|
||||
+ });
|
||||
+ }
|
||||
+
|
||||
+ // Arc like URLbar: Blur the input on exit
|
||||
|
||||
@@ -1,16 +1,8 @@
|
||||
diff --git a/browser/installer/windows/nsis/defines.nsi.in b/browser/installer/windows/nsis/defines.nsi.in
|
||||
index a9bf2d67ce522054442be664bda1434c63609ea1..54e2c97f79b1e526eca66f4ca611e26b9c3f89d4 100644
|
||||
index a9bf2d67ce522054442be664bda1434c63609ea1..16e03732d78207ce602066a4bccc0d2c2385ca91 100644
|
||||
--- a/browser/installer/windows/nsis/defines.nsi.in
|
||||
+++ b/browser/installer/windows/nsis/defines.nsi.in
|
||||
@@ -110,7 +110,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef DESKTOP_LAUNCHER_ENABLED
|
||||
-!define DESKTOP_LAUNCHER_ENABLED
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_BITS_DOWNLOAD
|
||||
@@ -147,7 +146,7 @@ VIAddVersionKey "ProductVersion" "${AppVersion}"
|
||||
@@ -147,7 +147,7 @@ VIAddVersionKey "ProductVersion" "${AppVersion}"
|
||||
!define APPROXIMATE_REQUIRED_SPACE_MB "145"
|
||||
|
||||
# Constants for parts of the telemetry submission URL
|
||||
|
||||
Reference in New Issue
Block a user