Skip to content

Commit

Permalink
chore(external): update default image settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Mar 2, 2025
1 parent 63e9885 commit 145778a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/dinkplugin/DinkPluginConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ default boolean notifyExternal() {
section = externalSection
)
default boolean externalSendImage() {
return true;
return false;
}

@ConfigItem(
Expand All @@ -2083,7 +2083,7 @@ default boolean externalSendImage() {
section = externalSection
)
default boolean externalImageOverride() {
return false;
return true;
}

@ConfigItem(
Expand Down

0 comments on commit 145778a

Please sign in to comment.