mirror of
https://github.com/britzl/monarch.git
synced 2025-09-28 02:22:20 +02:00
Improved screen proxy url detection
This commit is contained in:
@@ -7,9 +7,9 @@ go.property("popup_on_popup", false)
|
||||
go.property("timestep_below_popup", 1)
|
||||
go.property("screen_keeps_input_focus_when_below_popup", false)
|
||||
go.property("others_keep_input_focus_when_below_screen", false)
|
||||
go.property("transition_url", msg.url("__DEPRECATED__"))
|
||||
go.property("focus_url", msg.url("__DEPRECATED__"))
|
||||
go.property("receiver_url", msg.url("__DEPRECATED__"))
|
||||
go.property("transition_url", msg.url("#__DEPRECATED__"))
|
||||
go.property("focus_url", msg.url("#__DEPRECATED__"))
|
||||
go.property("receiver_url", msg.url("#__DEPRECATED__"))
|
||||
go.property("preload", false)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user