You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("Tip: you can also edit these settings by right-clicking in an empty area of the menu bar")
89
+
Text(verbatim:"Tip: you can also edit these settings by right-clicking in an empty area of the menu bar".localized(for: appState.settingsManager.generalSettingsManager.language))
Text(verbatim:"Apply different settings based on the current system appearance".localized(for: appState.settingsManager.generalSettingsManager.language))
118
+
}
106
119
}
107
120
108
121
@ViewBuilder
109
122
privatevarcannotEdit:someView{
110
-
Text("Ice cannot edit the appearance of automatically hidden menu bars")
123
+
Text(verbatim:"Ice cannot edit the appearance of automatically hidden menu bars".localized(for: appState.settingsManager.generalSettingsManager.language))
Text("Ice needs permission to manage the menu bar.")
78
-
Text("Absolutely no personal information is collected or stored.")
77
+
Text("Ice needs permission to manage the menu bar.".localized(for: permissionsManager.appState?.settingsManager.generalSettingsManager.language ??.english))
78
+
Text("Absolutely no personal information is collected or stored.".localized(for: permissionsManager.appState?.settingsManager.generalSettingsManager.language ??.english))
Text("Ice can work in a limited mode without this permission.")
183
+
Text("Ice can work in a limited mode without this permission.".localized(for: permissionsManager.appState?.settingsManager.generalSettingsManager.language ??.english))
0 commit comments