mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
More improvements to unstable features and advanced settings
- added description of what they are and notice if there are none available - move them to advanced settings - add alert for unstable features in dev mode if the build does not have them enabled - move stuff out of the danger zone and into anisette section in advanced settings
This commit is contained in:
@@ -198,17 +198,25 @@ You should only enable Developer Mode if you meet one of the following requireme
|
||||
- It is currently limited to a maximum depth of 3 to ensure it doesn't take too long to iterate over everything when you open it
|
||||
- Very buggy
|
||||
- There are multiple unimplemented actions";
|
||||
"DevModeView.unstableFeaturesNightlyOnly" = "Unstable Features are only available on nightly builds or debug builds";
|
||||
|
||||
/* AsyncFallibleButton */
|
||||
"AsyncFallibleButton.error" = "An error occurred";
|
||||
|
||||
/* AdvancedSettingsView */
|
||||
"AdvancedSettingsView.title" = "Advanced Settings";
|
||||
"AdvancedSettingsView.anisette" = "Anisette Server";
|
||||
"AdvancedSettingsView.anisetteSettings" = "Anisette";
|
||||
"AdvancedSettingsView.AnisetteSettings.server" = "Anisette Server";
|
||||
"AdvancedSettingsView.AnisetteSettings.usePreferred" = "Use preferred servers";
|
||||
"AdvancedSettingsView.AnisetteSettings.anisetteURL" = "Anisette URL";
|
||||
"AdvancedSettingsView.AnisetteSettings.footer" = "If you disable \"Use preferred servers\" then SideStore will use the server you input into the \"Anisette URL\" box rather than one selected in \"Anisette Server\".";
|
||||
"AdvancedSettingsView.dangerZone" = "Danger Zone";
|
||||
"AdvancedSettingsView.dangerZoneInfo" = "If you disable \"Use preferred servers\" then SideStore will use the server you input into the \"Anisette URL\" box rather than one selected in \"Anisette Server\".";
|
||||
"AdvancedSettingsView.DangerZone.usePreferred" = "Use preferred servers";
|
||||
"AdvancedSettingsView.DangerZone.anisetteURL" = "Anisette URL";
|
||||
|
||||
/* UnstableFeaturesView */
|
||||
"UnstableFeaturesView.title" = "Unstable Features";
|
||||
"UnstableFeaturesView.description" = "Unstable Features are features that are currently being tested or still a work-in-progress and not ready for public usage. Because of this, they are only available on nightly builds. By default, all unstable features are off. Additionally, only more stable unstable features are available in Advanced Settings; most are locked behind Developer Mode to ensure normal users don't use them.
|
||||
|
||||
Every unstable feature has a tracking issue, which contains info on what the unstable feature adds and tracks the unstable feature status. To view a tracking issue for an unstable feature, simply click it in the list. **Please use the tracking issue for reporting bugs or giving feedback.**
|
||||
|
||||
**Do not ask for support on using unstable features, you will not receive any help.**";
|
||||
"UnstableFeaturesView.noUnstableFeatures" = "There are currently no unstable features available.";
|
||||
|
||||
Reference in New Issue
Block a user