We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e5bc0 commit 60ecbcbCopy full SHA for 60ecbcb
main.ts
@@ -88,7 +88,7 @@ class AnchorDisplayTextSettingTab extends PluginSettingTab {
88
89
displayNotificationTextSetting() {
90
if (this.notificationTextSetting) {
91
- this.notificationTextSetting.settingEl.style.display = this.plugin.settings.includeNotice ? 'block' : 'none';
+ this.notificationTextSetting.settingEl.style.display = this.plugin.settings.includeNotice ? 'flex' : 'none';
92
}
93
94
0 commit comments