schedule notify observers

prevent haulting event loop

patch bump
This commit is contained in:
onyx-and-iris
2022-07-07 15:42:58 +01:00
parent 39458b8166
commit fbd418cf13
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.0.9"
version = "1.0.10"
description = "A Compact Voicemeeter Remote App"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -15,7 +15,7 @@ include = ["vmcompact/img/cat.ico"]
[tool.poetry.dependencies]
python = "^3.11"
sv-ttk = "^0.1"
voicemeeter-api = { version = "^0.2.1", python = "^3.10" }
voicemeeter-api = { version = "^0.2.2", python = "^3.10" }
vban-cmd = { version = "^1.1.2", python = "^3.10" }
[tool.poetry.dev-dependencies]