Skip to content

Commit

Permalink
Update OutlineAction.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Dec 7, 2024
1 parent 41169b9 commit 2cccb67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class OutlineAction : BaseAction() {
if (!configDialog.showAndGet()) return
settings = configDialog.settings


try {
UITools.runAsync(project, "Initializing Outline Tool", true) { progress ->
progress.isIndeterminate = true
Expand Down

0 comments on commit 2cccb67

Please sign in to comment.