mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 17:08:39 +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"
|
tell application "Finder"
|
||||||
make new Finder window
|
if not (exists window 1) then
|
||||||
set target of front window to path to home folder as string
|
make new Finder window
|
||||||
|
set target of front window to path to home folder as string
|
||||||
|
end if
|
||||||
activate
|
activate
|
||||||
end tell
|
end tell
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user