From 9fabe1a230b944d4d8f8b9967129c86e244e6090 Mon Sep 17 00:00:00 2001 From: DarkSlein Date: Thu, 27 Mar 2025 14:39:07 +0300 Subject: [PATCH] Fixed build --- build/Talkpal.js | 3 --- scenes/main/main_tablet.tscn | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build/Talkpal.js b/build/Talkpal.js index 3eef18d..7a89db1 100644 --- a/build/Talkpal.js +++ b/build/Talkpal.js @@ -107,9 +107,6 @@ const Features = { if (!Features.isFetchAvailable()) { missing.push('Fetch - Check web browser version'); } - if (!Features.isSecureContext()) { - missing.push('Secure Context - Check web server configuration (use HTTPS)'); - } if (supportsThreads) { if (!Features.isCrossOriginIsolated()) { diff --git a/scenes/main/main_tablet.tscn b/scenes/main/main_tablet.tscn index 10fa520..6ea63fb 100644 --- a/scenes/main/main_tablet.tscn +++ b/scenes/main/main_tablet.tscn @@ -85,14 +85,14 @@ size_flags_horizontal = 10 size_flags_vertical = 0 [node name="Indent" type="BoxContainer" parent="Left/TimeStatusContainer"] -custom_minimum_size = Vector2(0, 177.333) +custom_minimum_size = Vector2(0, 0.666667) layout_mode = 2 size_flags_vertical = 3 [node name="TimeLabel" type="Label" parent="Left/TimeStatusContainer"] layout_mode = 2 theme = ExtResource("5_atujq") -text = "14:35" +text = "14:38" horizontal_alignment = 1 [node name="StatusLabel" type="Label" parent="Left/TimeStatusContainer"] @@ -157,7 +157,7 @@ grow_vertical = 0 [node name="CreateReservationButton" type="Button" parent="RightBottom"] layout_mode = 2 theme = ExtResource("9_wpf8g") -theme_override_font_sizes/font_size = 15 +theme_override_font_sizes/font_size = 0 text = " Забронировать " [node name="Repos" type="Node" parent="."]