mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat(web): add a seperate tooltip for switching from dark to light mode (#27297)
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
prompt_default: $t('are_you_sure_to_do_this'),
|
||||
show_password: $t('show_password'),
|
||||
hide_password: $t('hide_password'),
|
||||
dark_theme: $t('dark_theme'),
|
||||
dark_theme: themeManager.isDark ? $t('light_theme') : $t('dark_theme'),
|
||||
open_menu: $t('open'),
|
||||
command_palette_prompt_default: $t('command_palette_prompt'),
|
||||
command_palette_to_select: $t('command_palette_to_select'),
|
||||
|
||||
Reference in New Issue
Block a user