switch to freesimplegui

This commit is contained in:
2024-07-02 22:11:18 +01:00
parent 3a1143199a
commit 9969506698
8 changed files with 21 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
from typing import Iterable
import PySimpleGUI as psg
import FreeSimpleGUI as psg
def get_asio_input_spinbox_index(channel, num) -> int: