Skip to content

Commit

Permalink
Make reconnect button active when presence is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Sep 26, 2022
1 parent 26b4d7a commit 3e63abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/settings.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ init 100:

textbutton "Reconnect":
selected False
sensitive fom_presence._presence.connected
sensitive fom_presence._presence._fom_presence_enabled
action Function(fom_presence._sscr_reconnect)
hovered SetField(scr_tooltip, "value", "Forcibly reconnect to Discord Rich Presence.")
unhovered SetField(scr_tooltip, "value", scr_tooltip.default)
Expand Down

0 comments on commit 3e63abe

Please sign in to comment.