File tree 1 file changed +4
-1
lines changed
addon/globalPlugins/rdAccess
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
from .secureDesktopHandling import SecureDesktopHandler
24
24
from .synthDetect import _SynthDetector
25
25
26
+ addon : addonHandler .Addon = addonHandler .getCodeAddon ()
27
+
28
+
26
29
if typing .TYPE_CHECKING :
27
30
from ...lib import (
28
31
configuration ,
33
36
rdPipe ,
34
37
)
35
38
else :
36
- addon : addonHandler .Addon = addonHandler .getCodeAddon ()
37
39
configuration = addon .loadModule ("lib.configuration" )
38
40
detection = addon .loadModule ("lib.detection" )
39
41
ioThreadEx = addon .loadModule ("lib.ioThreadEx" )
@@ -130,6 +132,7 @@ def initializeOperatingModeSecureDesktop(self):
130
132
131
133
def __init__ (self ):
132
134
super ().__init__ ()
135
+ log .info (f"{ addon .name } version { addon .version } " )
133
136
configuration .initializeConfig ()
134
137
configuredOperatingMode = configuration .getOperatingMode ()
135
138
if (
You can’t perform that action at this time.
0 commit comments