Skip to content

Commit

Permalink
fix invalid imgTipToggle.
Browse files Browse the repository at this point in the history
  • Loading branch information
sissilab committed Dec 27, 2021
1 parent af205d4 commit a96d187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conf/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class ImageToolkitSettingTab extends PluginSettingTab {
super(app, plugin);
this.plugin = plugin;
DEFAULT_SETTINGS.imageMoveSpeed = this.plugin.settings.imageMoveSpeed;
DEFAULT_SETTINGS.imgTipToggle = this.plugin.settings.imgTipToggle;
DEFAULT_SETTINGS.imgFullScreenMode = this.plugin.settings.imgFullScreenMode;
DEFAULT_SETTINGS.imageBorderToggle = this.plugin.settings.imageBorderToggle;
DEFAULT_SETTINGS.imageBorderWidth = this.plugin.settings.imageBorderWidth;
Expand Down

0 comments on commit a96d187

Please sign in to comment.