Skip to content

Commit

Permalink
GH-22 Fix UID warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 8, 2023
1 parent 87cfac5 commit 174bdc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://c17vkt01afj0o"]

[ext_resource type="Script" path="res://addons/orchestrator/components/editor/plugin_download_update_dialog.gd" id="1_ikkvg"]
[ext_resource type="Texture2D" uid="uid://bqime3p2y5r76" path="res://addons/orchestrator/assets/icons/OrchestratorLogo.svg" id="2_gqckb"]
[ext_resource type="Texture2D" path="res://addons/orchestrator/assets/icons/OrchestratorLogo.svg" id="2_gqckb"]

[node name="PluginDownloadUpdateDialog" type="Control"]
layout_mode = 3
Expand Down Expand Up @@ -43,7 +43,8 @@ layout_mode = 2

[node name="DownloadUpdate" type="Button" parent="VBoxContainer/CenterContainer"]
layout_mode = 2
text = "Download and install update"
disabled = true
text = "Cannot update local repository"

[node name="CenterContainer2" type="CenterContainer" parent="VBoxContainer"]
layout_mode = 2
Expand Down
2 changes: 1 addition & 1 deletion addons/orchestrator/views/about_view.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=3 uid="uid://bptlhwv2xyyqr"]

[ext_resource type="Script" path="res://addons/orchestrator/views/about_view.gd" id="1_xky0g"]
[ext_resource type="Texture2D" uid="uid://bqime3p2y5r76" path="res://addons/orchestrator/assets/icons/OrchestratorLogo.svg" id="2_08bvf"]
[ext_resource type="Texture2D" path="res://addons/orchestrator/assets/icons/OrchestratorLogo.svg" id="2_08bvf"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c516b"]
bg_color = Color(0.113725, 0.133333, 0.160784, 1)
Expand Down

0 comments on commit 174bdc4

Please sign in to comment.