Skip to content

Commit

Permalink
Update title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Jun 20, 2024
1 parent d20b681 commit c23f92d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ko_fi: nilas
#ko_fi: nilas
custom: https://buymeacoffee.com/nilas
8 changes: 4 additions & 4 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def pyPresence(self):
RPC = Presence(clientID)
RPC.connect()
RPC.update(
state=chosenTitle,
details=f"Version: {version}",
state=f"Version: {version}",
details=chosenTitle,
large_image="icon",
large_text="The Anime Scripter",
start=int(time.time()),
Expand Down Expand Up @@ -143,8 +143,8 @@ def createWidgets(self):
("Interpolate Factor:", 2, 100),
("Upscale Factor:", 2, 4),
("Resize Factor:", 1, 4),
("Dedup Sensitivity: ", 0, 100),
("Sharpen Sensitivity: ", 0, 100),
#("Dedup Sensitivity: ", 0, 100),
#("Sharpen Sensitivity: ", 0, 100),
]

self.inputFieldsLayout = QVBoxLayout()
Expand Down

0 comments on commit c23f92d

Please sign in to comment.