mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 10:53:26 +03:00
Removed tabs
This commit is contained in:
parent
7f5bfa36f0
commit
2819c92006
6
stats.py
6
stats.py
@ -268,9 +268,9 @@ def export_ships(companion_data: Dict[str, Any], filename: AnyStr) -> None:
|
|||||||
class StatsDialog():
|
class StatsDialog():
|
||||||
"""Status dialog containing all of the current cmdr's stats."""
|
"""Status dialog containing all of the current cmdr's stats."""
|
||||||
|
|
||||||
def __init__(self, app: 'AppWindow') -> None:
|
def __init__(self, parent: tk.Tk, status: tk.Label) -> None:
|
||||||
self.parent: tk.Tk = app.w
|
self.parent: tk.Tk = parent
|
||||||
self.status = app.status
|
self.status = status
|
||||||
self.showstats()
|
self.showstats()
|
||||||
|
|
||||||
def showstats(self) -> None:
|
def showstats(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user