mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-29 11:32:00 +01:00
26 lines
798 B
Diff
26 lines
798 B
Diff
From f57b5221822b11a962c0ac6464497b640893fde9 Mon Sep 17 00:00:00 2001
|
|
From: SpiritCroc <dev@spiritcroc.de>
|
|
Date: Sun, 13 Oct 2024 13:53:07 +0200
|
|
Subject: Always show timestamps by default
|
|
|
|
---
|
|
src/settings/Settings.tsx | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
|
|
index dfa65a4917..92585b3f16 100644
|
|
--- a/src/settings/Settings.tsx
|
|
+++ b/src/settings/Settings.tsx
|
|
@@ -779,7 +779,7 @@ export const SETTINGS: Settings = {
|
|
"alwaysShowTimestamps": {
|
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
|
displayName: _td("settings|always_show_message_timestamps"),
|
|
- default: false,
|
|
+ default: true,
|
|
},
|
|
"userTimezone": {
|
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
|
--
|
|
2.48.1
|
|
|