Fixed build
This commit is contained in:
parent
08bf2577d7
commit
9fabe1a230
@ -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()) {
|
||||||
|
@ -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="."]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user