Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Feb 3, 2024
1 parent b27a904 commit 10ebc3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private MutableText getCq(boolean enable) {
return getEnable( "cq.chatimage.gui", enable);
}
private MutableText getNsfw(boolean enable) {
return getEnable( "nsfw.chatimage.gui", enable);
return getEnable( "nsfw.chatimage.gui", !enable);
}
private MutableText getDrag(boolean enable) {
return getEnable("drag.chatimage.gui", enable);
Expand Down

0 comments on commit 10ebc3e

Please sign in to comment.