Skip to content

Commit

Permalink
change title name
Browse files Browse the repository at this point in the history
uyitroa committed Jun 26, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1fac3c2 commit e221348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e221348

Please sign in to comment.