Skip to content

Commit

Permalink
deploy: cd8bc38
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Sep 10, 2024
1 parent 2c14879 commit 518368c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickreply/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
get value() {
return store.scrollSmooth;
},
onChange: (v) => store.scroll = v,
onChange: (v) => store.scrollSmooth = v,
children: "Scroll smoothly"
}), (0, import_web.createComponent)(SwitchItem, {
get value() {
Expand Down
2 changes: 1 addition & 1 deletion quickreply/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"QuickReply Reloaded","description":"Quickly and easily reply to messages with ctrl+up/down","author":"Yellowsink","hash":"51dee11ca5596cb2bf69275fa494705f"}
{"name":"QuickReply Reloaded","description":"Quickly and easily reply to messages with ctrl+up/down","author":"Yellowsink","hash":"2494abd4249268765bf024c7494aeb66"}

0 comments on commit 518368c

Please sign in to comment.