new class foe tooltip

This commit is contained in:
2025-04-21 22:25:10 +02:00
parent 2a3bf2bbcb
commit 47bdfbfb17
4 changed files with 113 additions and 536 deletions

View File

@ -8,7 +8,7 @@ from subprocess import check_call
path_to_file = Path(Path.home() / ".config/wire_py/settings")
with open(path_to_file, "r", encoding="utf-8") as a_con:
# This funtion is for the independent autostart of the previously selected tunnel
lines = a_con.readlines()
a_con = lines[7].strip()