mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 00:58:37 +00:00
Update Finder.scpt
Bring to front existing window, or create new one
This commit is contained in:
parent
f3015df82a
commit
59cde098f2
@ -1,5 +1,7 @@
|
||||
tell application "Finder"
|
||||
make new Finder window
|
||||
set target of front window to path to home folder as string
|
||||
if not (exists window 1) then
|
||||
make new Finder window
|
||||
set target of front window to path to home folder as string
|
||||
end if
|
||||
activate
|
||||
end tell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user