Fixed build

This commit is contained in:
Sviatoslav Tsariov Yurievich 2025-03-27 14:39:07 +03:00
parent 08bf2577d7
commit 9fabe1a230
2 changed files with 3 additions and 6 deletions

View File

@ -107,9 +107,6 @@ const Features = {
if (!Features.isFetchAvailable()) { if (!Features.isFetchAvailable()) {
missing.push('Fetch - Check web browser version'); missing.push('Fetch - Check web browser version');
} }
if (!Features.isSecureContext()) {
missing.push('Secure Context - Check web server configuration (use HTTPS)');
}
if (supportsThreads) { if (supportsThreads) {
if (!Features.isCrossOriginIsolated()) { if (!Features.isCrossOriginIsolated()) {

View File

@ -85,14 +85,14 @@ size_flags_horizontal = 10
size_flags_vertical = 0 size_flags_vertical = 0
[node name="Indent" type="BoxContainer" parent="Left/TimeStatusContainer"] [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 layout_mode = 2
size_flags_vertical = 3 size_flags_vertical = 3
[node name="TimeLabel" type="Label" parent="Left/TimeStatusContainer"] [node name="TimeLabel" type="Label" parent="Left/TimeStatusContainer"]
layout_mode = 2 layout_mode = 2
theme = ExtResource("5_atujq") theme = ExtResource("5_atujq")
text = "14:35" text = "14:38"
horizontal_alignment = 1 horizontal_alignment = 1
[node name="StatusLabel" type="Label" parent="Left/TimeStatusContainer"] [node name="StatusLabel" type="Label" parent="Left/TimeStatusContainer"]
@ -157,7 +157,7 @@ grow_vertical = 0
[node name="CreateReservationButton" type="Button" parent="RightBottom"] [node name="CreateReservationButton" type="Button" parent="RightBottom"]
layout_mode = 2 layout_mode = 2
theme = ExtResource("9_wpf8g") theme = ExtResource("9_wpf8g")
theme_override_font_sizes/font_size = 15 theme_override_font_sizes/font_size = 0
text = " Забронировать " text = " Забронировать "
[node name="Repos" type="Node" parent="."] [node name="Repos" type="Node" parent="."]