diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 180c5b80..6c500b56 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -ko_fi: nilas +#ko_fi: nilas custom: https://buymeacoffee.com/nilas \ No newline at end of file diff --git a/gui.py b/gui.py index c073eb07..1124f0f1 100644 --- a/gui.py +++ b/gui.py @@ -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()), @@ -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()