From 21764a2ac8e563f392b6f0ade19e993e0420a0c4 Mon Sep 17 00:00:00 2001 From: DIDIRUS4 Date: Wed, 10 Jan 2024 22:44:35 +0300 Subject: [PATCH] [beta] Development build --- theseus_gui/src/languages/ru_ru.json | 2 +- theseus_gui/src/pages/Settings.vue | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/theseus_gui/src/languages/ru_ru.json b/theseus_gui/src/languages/ru_ru.json index 1fa065a73..5707f218d 100644 --- a/theseus_gui/src/languages/ru_ru.json +++ b/theseus_gui/src/languages/ru_ru.json @@ -103,7 +103,7 @@ "Remote": "Последняя версия на удаленном репозитории", "Local": "Локальная установленная версия", "DownloadButton": "Скачать через Github", - "DevelopmentBuild": "Вы используете сборку для разработки, может возникнуть непредвиденная ошибка" + "DevelopmentBuild": "Вы используете сборку для разработки, может возникнуть непредвиденная ошибка!" }, "RunningAppBar": { "GetSupport": "Поддержка", diff --git a/theseus_gui/src/pages/Settings.vue b/theseus_gui/src/pages/Settings.vue index 9241b6441..fd3d1ae7c 100644 --- a/theseus_gui/src/pages/Settings.vue +++ b/theseus_gui/src/pages/Settings.vue @@ -614,24 +614,23 @@ await forceRefreshRemote() // Calling when Settings.vue opened -
+

- {{ t('Settings.About') }} + {{ t('Settings.About') }}

{{ t('Settings.DevelopmentBuild') }}

@@ -680,9 +679,9 @@ await forceRefreshRemote() // Calling when Settings.vue opened 0 0 12px rgba(122, 31, 199, 0.5); transition: color 0.35s ease; } -a.cosmic:hover, -a.cosmic:focus, -a.cosmic:active { +.cosmic:hover, +.cosmic:focus, +.cosmic:active { color: #10fae5; text-shadow: #26065e; } @@ -708,6 +707,13 @@ a.github:active { margin-left: 0.3rem; } +.inline-fix { + display: inline-flex; + margin-top: -2rem; + margin-bottom: -2rem; + //margin-left: 0.3rem; +} + .remote-update-fix { display: inline-flex; //width: ;