diff --git a/src/constants/timeFormat.js b/src/constants/timeFormat.js index b3451ea5..f0040766 100644 --- a/src/constants/timeFormat.js +++ b/src/constants/timeFormat.js @@ -4,6 +4,7 @@ export default { value: 0 }, Relative: { - name: 'preferences.general.time_format.relative' + name: 'preferences.general.time_format.relative', + value: 1 } } diff --git a/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Favourite.vue b/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Favourite.vue index d788e6fd..92ce5778 100644 --- a/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Favourite.vue +++ b/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Favourite.vue @@ -72,10 +72,12 @@