perf: vnc_guide method only by xpack

This commit is contained in:
Eric
2025-07-22 14:36:12 +08:00
committed by 老广
parent 38b268b104
commit 299e52cd11

View File

@@ -72,7 +72,7 @@ class NativeClient(TextChoices):
@classmethod @classmethod
def xpack_methods(cls): def xpack_methods(cls):
return [cls.mstsc, cls.db_client] return [cls.mstsc, cls.db_client, cls.vnc_guide]
@classmethod @classmethod
def get_methods(cls, os='windows'): def get_methods(cls, os='windows'):