Update macos.py (#272)
This commit is contained in:
parent
7572258a28
commit
9924440c48
2
macos.py
2
macos.py
|
|
@ -552,7 +552,7 @@ class TgWsProxyApp(_TgWsProxyAppBase):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
"TG WS Proxy",
|
"TG WS Proxy",
|
||||||
icon=icon_path,
|
icon=icon_path,
|
||||||
template=True,
|
template=False,
|
||||||
quit_button="Выход",
|
quit_button="Выход",
|
||||||
menu=[
|
menu=[
|
||||||
self._open_tg_item,
|
self._open_tg_item,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue