mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 23:07:10 +02:00
A couple fixes for the audio backend GUI option (#1360)
* Detect available audio backends in the gui on a separate thread and hardcode dummy backend in the dropdown and select it by default * Use a Task rather than a Thread * Modify UI on UI thread
This commit is contained in:
parent
dd85a57d95
commit
709feac3fa
2 changed files with 28 additions and 6 deletions
|
@ -1494,6 +1494,10 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Change Audio Backend</property>
|
||||
<property name="margin_left">5</property>
|
||||
<property name="active_id">Dummy</property>
|
||||
<items>
|
||||
<item id="Dummy" translatable="yes">Dummy</item>
|
||||
</items>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue