Backends: Use backend switcher to indicate the current backend in use.

This commit is contained in:
Fijxu
2024-09-28 20:41:12 -03:00
parent eff8673efc
commit dc2aba106c
2 changed files with 22 additions and 4 deletions

View File

@@ -171,6 +171,9 @@ class Config
# List of names of the backends
property backends : Array(String) = [] of String
# Character used to separate the backend number from the description/note
# of the backend
property backends_delimiter : String = "|"
property external_videoplayback_proxy : String?