mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-02-26 03:09:09 +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
|
||||
|
||||
|
||||
class RconApp(App):
|
||||
class Q3RconTUI(App):
|
||||
CSS_PATH = 'q3rcon_tui.tcss'
|
||||
|
||||
def __init__(self):
|
||||
@ -87,5 +87,5 @@ class RconApp(App):
|
||||
|
||||
|
||||
def main():
|
||||
app = RconApp()
|
||||
app = Q3RconTUI()
|
||||
app.run()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user