mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-04-18 01:33:31 +00:00
rename RconApp to Q3RconTUI
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user