mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-17 14:53:32 +00:00
switch to freesimplegui
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import PySimpleGUI as psg
|
||||
import FreeSimpleGUI as psg
|
||||
|
||||
from . import util
|
||||
from .compound import LabelSlider
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from typing import Union
|
||||
|
||||
import PySimpleGUI as psg
|
||||
import FreeSimpleGUI as psg
|
||||
|
||||
from . import util
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import logging
|
||||
from pathlib import Path
|
||||
|
||||
import PySimpleGUI as psg
|
||||
import FreeSimpleGUI as psg
|
||||
|
||||
from . import util
|
||||
from .compound import CompSlider, GateSlider, LabelSliderAdvanced
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -2,7 +2,7 @@ import json
|
||||
import logging
|
||||
from pathlib import Path
|
||||
|
||||
import PySimpleGUI as psg
|
||||
import FreeSimpleGUI as psg
|
||||
|
||||
from . import configuration, models, util
|
||||
from .builder import Builder
|
||||
|
||||
Reference in New Issue
Block a user