diff --git a/main.py b/main.py index ebd8062..4ee2364 100644 --- a/main.py +++ b/main.py @@ -42,7 +42,7 @@ def __init__(self, App, execpath): self.setFocus() App.applicationStateChanged.connect(self.applicationStateChanged) self.setWindowIcon(QtGui.QIcon(os.path.join(abspath, "res/OsrLogo.png"))) - self.setWindowTitle("Subscribe to Raishin Aot") + self.setWindowTitle("Osr2mp4") self.setStyleSheet("background-color: rgb(30, 30, 33);") window_width, window_height = 832, 469