feat(settings-refactor): bump configuration version to 10 with wipe migration

This commit is contained in:
2026-05-02 15:54:35 +02:00
parent d4aa3971c5
commit 14e585ef63
5 changed files with 51 additions and 73 deletions
+4
View File
@@ -192,4 +192,8 @@ internal class HellionStrings
internal static string Privacy_AutoTellTabs_Preload_Name => Get(nameof(Privacy_AutoTellTabs_Preload_Name));
internal static string Privacy_AutoTellTabs_Preload_Description => Get(nameof(Privacy_AutoTellTabs_Preload_Description));
internal static string Privacy_AutoTellTabs_Preload_Hint => Get(nameof(Privacy_AutoTellTabs_Preload_Hint));
// Hellion Chat — Settings UX Polish v10 wipe migration
internal static string SettingsRefactor_Migration_Title => Get(nameof(SettingsRefactor_Migration_Title));
internal static string SettingsRefactor_Migration_Content => Get(nameof(SettingsRefactor_Migration_Content));
}