aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_chrome_browser_resources_signin_sync__confirmation_sync__confirmation__app.html
blob: 5ec551183f8632bc1cc2cf049218a90578350778 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/3rdparty/chromium/chrome/browser/resources/signin/sync_confirmation/sync_confirmation_app.html.orig	2023-07-16 15:47:57 UTC
+++ src/3rdparty/chromium/chrome/browser/resources/signin/sync_confirmation/sync_confirmation_app.html
@@ -290,7 +290,7 @@
         autofocus="[[isModalDialog_]]">
       $i18n{syncConfirmationConfirmLabel}
     </cr-button>
-    <if expr="is_macosx or is_linux or chromeos_ash or chromeos_lacros">
+    <if expr="is_macosx or is_posix or chromeos_ash or chromeos_lacros">
       <cr-button id="settingsButton" on-click="onGoToSettings_"
           disabled="[[anyButtonClicked_]]" consent-confirmation>
         $i18n{syncConfirmationSettingsLabel}
@@ -300,7 +300,7 @@
         disabled="[[anyButtonClicked_]]">
       $i18n{syncConfirmationUndoLabel}
     </cr-button>
-    <if expr="not (is_macosx or is_linux or chromeos_ash or chromeos_lacros)">
+    <if expr="not (is_macosx or is_posix or chromeos_ash or chromeos_lacros)">
       <cr-button id="settingsButton" on-click="onGoToSettings_"
           disabled="[[anyButtonClicked_]]" consent-confirmation>
         $i18n{syncConfirmationSettingsLabel}