Skip to content

Commit

Permalink
Be enable to detect Script Folders
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 3, 2024
1 parent 3e0836e commit 01e3f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FMClipboardBroker/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
idx = 0
case "Field":
idx = 1
case "Group":
idx = 2
case "Script":
idx = 2
case "Step":
Expand Down

0 comments on commit 01e3f5f

Please sign in to comment.