-
{{ $t('preferences.general.appearance') }}
-
-
-
- {{ $t('preferences.general.theme_color') }} |
-
- {{ $t(t.name) }}
- |
-
-
- {{ $t('preferences.general.font_size') }} |
-
-
- |
-
-
- {{ $t('preferences.general.display_style.title') }} |
-
-
-
-
-
- |
-
-
- {{ $t('preferences.general.time_format.title') }} |
-
-
-
-
-
- |
-
-
-
+
+
{{ $t('preferences.general.toot.title') }}
+
{{ $t('preferences.general.toot.description') }}
+
+
+
+
-
-
{{ $t('preferences.general.toot') }}
-
-
-
- {{ $t('preferences.general.visibility.title') }} |
-
-
-
-
-
- |
-
-
-
-
-
-
{{ $t('preferences.general.sounds') }}
-
-
-
- {{ $t('preferences.general.fav_rb_sound') }} |
-
-
-
- |
-
-
- {{ $t('preferences.general.toot_sound') }} |
-
-
-
- |
-
-
-
+
+
{{ $t('preferences.general.sounds.title') }}
+
{{ $t('preferences.general.sounds.description') }}
+
+
+
+
+
+ {{ $t('preferences.general.sounds.fav_rb') }}
+
+
+
+
+
+
+ {{ $t('preferences.general.sounds.toot') }}
+
@@ -97,9 +41,6 @@
diff --git a/src/renderer/components/Preferences/Language.vue b/src/renderer/components/Preferences/Language.vue
index b511acbf..d3116651 100644
--- a/src/renderer/components/Preferences/Language.vue
+++ b/src/renderer/components/Preferences/Language.vue
@@ -2,24 +2,16 @@
{{ $t('preferences.language.title') }}
-
-
-
- {{ $t('preferences.language.display_language') }} |
-
-
-
-
-
- {{ $t('preferences.language.notice') }}
- |
-
-
-
+
{{ $t('preferences.language.language_description') }}
+
+
+
+
+
{{ $t('preferences.language.notice') }}
@@ -80,27 +72,13 @@ export default {
diff --git a/src/renderer/components/Preferences/Notification.vue b/src/renderer/components/Preferences/Notification.vue
index 56802c9d..95f55629 100644
--- a/src/renderer/components/Preferences/Notification.vue
+++ b/src/renderer/components/Preferences/Notification.vue
@@ -1,48 +1,44 @@
{{ $t('preferences.notification.title') }}
-
-
{{ $t('preferences.notification.notify.title') }}
-
-
-
- {{ $t('preferences.notification.notify.reply') }} |
-
-
-
- |
-
-
- {{ $t('preferences.notification.notify.reblog') }} |
-
-
-
- |
-
-
- {{ $t('preferences.notification.notify.favourite') }} |
-
-
-
- |
-
-
- {{ $t('preferences.notification.notify.follow') }} |
-
-
-
- |
-
-
-
+
+
{{ $t('preferences.notification.enable.description') }}
+
+
+
+
+
+ {{ $t('preferences.notification.enable.reply') }}
+
+
+
+
+
+
+ {{ $t('preferences.notification.enable.reblog') }}
+
+
+
+
+
+
+ {{ $t('preferences.notification.enable.favourite') }}
+
+
+
+
+
+
+ {{ $t('preferences.notification.enable.follow') }}
+
@@ -106,23 +102,16 @@ export default {