fix: Add missing logout message strings

This commit is contained in:
David Lapshin 2023-02-05 02:02:28 +03:00
parent fca07518ec
commit ff2b790a73

View file

@ -1,10 +1,11 @@
data/com.github.GradienceTeam.Gradience.desktop.in.in
data/com.github.GradienceTeam.Gradience.appdata.xml.in.in
data/com.github.GradienceTeam.Gradience.desktop.in.in
data/com.github.GradienceTeam.Gradience.gschema.xml.in
data/ui/app_type_dialog.blp
data/ui/builtin_preset_row.blp
data/ui/custom_css_group.blp
data/ui/explore_preset_row.blp
data/ui/log_out_dialog.blp
data/ui/no_plugin_window.blp
data/ui/option_row.blp
data/ui/plugin_row.blp
@ -18,6 +19,15 @@ data/ui/window.blp
gradience/frontend/dialogs/app_type_dialog.py
gradience/frontend/dialogs/log_out_dialog.py
gradience/frontend/dialogs/save_dialog.py
gradience/frontend/main.py
gradience/frontend/settings_schema.py
gradience/frontend/views/about_window.py
gradience/frontend/views/main_window.py
gradience/frontend/views/no_plugin_window.py
gradience/frontend/views/plugins_list.py
gradience/frontend/views/preferences_window.py
gradience/frontend/views/presets_manager_window.py
gradience/frontend/views/welcome_window.py
gradience/frontend/widgets/builtin_preset_row.py
gradience/frontend/widgets/custom_css_group.py
gradience/frontend/widgets/error_list_row.py
@ -27,12 +37,3 @@ gradience/frontend/widgets/palette_shades.py
gradience/frontend/widgets/plugin_row.py
gradience/frontend/widgets/preset_row.py
gradience/frontend/widgets/repo_row.py
gradience/frontend/views/about_window.py
gradience/frontend/views/main_window.py
gradience/frontend/views/no_plugin_window.py
gradience/frontend/views/plugins_list.py
gradience/frontend/views/preferences_window.py
gradience/frontend/views/presets_manager_window.py
gradience/frontend/views/welcome_window.py
gradience/frontend/settings_schema.py
gradience/frontend/main.py