add system mode toast

This commit is contained in:
Diogo
2024-08-31 23:32:41 +01:00
parent 996d92b313
commit ac84e1da64
2 changed files with 3 additions and 0 deletions
@@ -626,6 +626,8 @@ object AppearanceScope {
},
onLongClick = {
ThemeManager.applyTheme(DefaultTheme.SYSTEM_THEME_NAME)
showToast(generalGetString(MR.strings.system_mode_toast))
saveThemeToDatabase(null)
}
)
@@ -1720,6 +1720,7 @@
<string name="theme_remove_image">Remove image</string>
<string name="appearance_font_size">Font size</string>
<string name="appearance_zoom">Zoom</string>
<string name="system_mode_toast">System mode</string>
<!-- Wallpapers -->
<string name="wallpaper_preview_hello_alice">Good afternoon!</string>