From a2133f528333f5255296c15fb2b7abcab688bf1c Mon Sep 17 00:00:00 2001 From: Ekaterina Vaartis Date: Wed, 17 Jan 2024 22:41:18 +0300 Subject: Rearrange stuff in accordance with comments on the MR, mostly Also, add support for a custom message to the modified indicator --- src/components/settings_modal/helpers/modified_indicator.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/components/settings_modal/helpers/modified_indicator.vue') diff --git a/src/components/settings_modal/helpers/modified_indicator.vue b/src/components/settings_modal/helpers/modified_indicator.vue index 45db3fc2..a747cebd 100644 --- a/src/components/settings_modal/helpers/modified_indicator.vue +++ b/src/components/settings_modal/helpers/modified_indicator.vue @@ -15,7 +15,7 @@ @@ -33,7 +33,13 @@ library.add( export default { components: { Popover }, - props: ['changed'] + props: { + changed: Boolean, + messageKey: { + type: String, + default: 'settings.setting_changed' + } + } } -- cgit v1.2.3-70-g09d2