#1: Fixed bug with inspiration list and search list not updating on sync and server changed
All checks were successful
Build / build (push) Successful in 1m30s

This commit is contained in:
2025-08-24 12:00:29 +02:00
parent f46e742cdc
commit 3e4d417b4f
6 changed files with 55 additions and 15 deletions

View File

@@ -77,15 +77,17 @@ text = "+1"
[node name="SelectServerButton" type="OptionButton" parent="."]
layout_mode = 2
selected = 0
item_count = 4
item_count = 5
popup/item_0/text = "https://music.sanplex.tech"
popup/item_0/id = 1
popup/item_1/text = "https://tmusic.sanplex.tech"
popup/item_1/id = 1
popup/item_2/text = "http://192.168.86.100:8085"
popup/item_2/id = 2
popup/item_3/text = "http://localhost:8080"
popup/item_3/id = 3
popup/item_1/id = 2
popup/item_2/text = "https://rmusic.sanplex.tech"
popup/item_2/id = 3
popup/item_3/text = "https://old-music.sanplex.tech"
popup/item_3/id = 4
popup/item_4/text = "http://localhost:8080"
popup/item_4/id = 5
[node name="FullscreenButton" type="CheckButton" parent="."]
layout_mode = 2