mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-07 18:03:35 +00:00
implement launch() function.
Allows launching nvda program at start.
This commit is contained in:
@@ -1 +1,12 @@
|
||||
from .window import request_window_object as build
|
||||
import subprocess as sp
|
||||
|
||||
from .cdll import NVDA_PATH
|
||||
from .window import request_window_object as draw
|
||||
|
||||
|
||||
def launch():
|
||||
if NVDA_PATH:
|
||||
sp.Popen([NVDA_PATH], shell=True)
|
||||
|
||||
|
||||
__ALL__ = ["launch", "draw"]
|
||||
|
||||
Reference in New Issue
Block a user