Skip to content

Commit

Permalink
Select ImgurUploader by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Dec 16, 2023
1 parent 4b62625 commit ac885aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class UploaderConfig extends AddonConfig {
private final ConfigProperty<Boolean> enabled = new ConfigProperty<>(true);
@SpriteSlot(size = 32, x = 1)
@DropdownSetting
private final ConfigProperty<Uploaders> uploader = new ConfigProperty<>(Uploaders.ZIPLINE);
private final ConfigProperty<Uploaders> uploader = new ConfigProperty<>(Uploaders.IMGUR);
@SettingSection("uploaders")
@SpriteSlot(size = 32, y = 1)
private final EShareSubconfig eshare = new EShareSubconfig();
Expand Down

0 comments on commit ac885aa

Please sign in to comment.