set window title to file name
This commit is contained in:
@@ -5,3 +5,8 @@ class RavenUI():
|
||||
@staticmethod
|
||||
def update_ui():
|
||||
RavenUI.window.update()
|
||||
|
||||
@staticmethod
|
||||
def update_window_title(title: str):
|
||||
if RavenUI.window:
|
||||
RavenUI.window.setWindowTitle("%s - RavenLog" % title)
|
||||
|
||||
Reference in New Issue
Block a user