Clicking on dock icon with no windows visible opens new listener
parent
df95c2a5b4
commit
ebb5adfdb7
|
@ -28,6 +28,10 @@ CLASS: {
|
||||||
[ [ 3drop ] dip finder-run-files ]
|
[ [ 3drop ] dip finder-run-files ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ "applicationShouldHandleReopen:hasVisibleWindows:" "int" { "id" "SEL" "id" "int" }
|
||||||
|
[ [ 3drop ] dip 0 = [ show-listener ] when 0 ]
|
||||||
|
}
|
||||||
|
|
||||||
{ "factorListener:" "id" { "id" "SEL" "id" }
|
{ "factorListener:" "id" { "id" "SEL" "id" }
|
||||||
[ 3drop show-listener f ]
|
[ 3drop show-listener f ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue