mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-02-26 11:09:11 +00:00
rename RconApp to Q3RconTUI
This commit is contained in:
parent
f59076f0a6
commit
15fd6a1914
@ -8,7 +8,7 @@ from .settings import Settings
|
|||||||
from .writable import Writable
|
from .writable import Writable
|
||||||
|
|
||||||
|
|
||||||
class RconApp(App):
|
class Q3RconTUI(App):
|
||||||
CSS_PATH = 'q3rcon_tui.tcss'
|
CSS_PATH = 'q3rcon_tui.tcss'
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@ -87,5 +87,5 @@ class RconApp(App):
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
app = RconApp()
|
app = Q3RconTUI()
|
||||||
app.run()
|
app.run()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user