feat: add functionality to retrieve and bind IP address of network interfaces

This commit is contained in:
Vxrtrauter
2026-02-06 17:50:42 +01:00
parent 4589322f0a
commit 6be1784903
4 changed files with 42 additions and 8 deletions
+1
View File
@@ -29,6 +29,7 @@ class AppState(QObject):
self.window_transparency: bool = False
self.interfaces: List = []
self.active_interfaces: List = []
self.bound_interface: str = None
@property
def image_path(self) -> str: