Skip to content

Commit

Permalink
chore: infra for script support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Oct 20, 2024
1 parent 5630487 commit cae935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import NoteToolbarPlugin from "main";
import { App, MarkdownView, PaneType, Platform, TFile } from "obsidian";
import { ComponentType, ItemType, ToolbarSettings, Visibility } from "Settings/NoteToolbarSettings";

const DEBUG: boolean = true;
const DEBUG: boolean = false;

/**
* Adds the given component to the given visibility prop.
Expand Down

0 comments on commit cae935c

Please sign in to comment.