Translations and fixed streamer window
This commit is contained in:
@@ -172,6 +172,7 @@ func _ready() -> void:
|
||||
if data.has("UsingPlayingNow"):
|
||||
UsingPlayingNow = data["UsingPlayingNow"]
|
||||
if UsingPlayingNow:
|
||||
print("!!! using stereamer window !!!")
|
||||
settings_menu_child.now_playing_window_button.button_pressed = true
|
||||
if data.has("OverriddenLocale"):
|
||||
TranslationServer.set_locale(data["OverriddenLocale"])
|
||||
|
||||
+2
-1
@@ -190,6 +190,7 @@ func _on_reset_bg_pressed() -> void:
|
||||
|
||||
|
||||
func _on_now_playing_window_button_toggled(toggled_on: bool) -> void:
|
||||
print("!!! PLAYING NOW TOGGLED TO ",toggled_on)
|
||||
Parent.UsingPlayingNow = toggled_on
|
||||
Parent.SaveEverything()
|
||||
|
||||
print("!!! PLAYING NOW IS ",Parent.UsingPlayingNow)
|
||||
|
||||
Reference in New Issue
Block a user