3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 10:02:21 +02:00

Make sure focus_lost messages is received

Fixes #42
This commit is contained in:
Björn Ritzl
2019-03-17 21:50:01 +01:00
parent b57609f061
commit 05f91dd763
8 changed files with 278 additions and 1 deletions

View File

@@ -281,6 +281,11 @@ embedded_instances {
" type: PROPERTY_TYPE_URL\n"
" }\n"
" properties {\n"
" id: \"focus_url\"\n"
" value: \"about:/go#about\"\n"
" type: PROPERTY_TYPE_URL\n"
" }\n"
" properties {\n"
" id: \"preload\"\n"
" value: \"true\"\n"
" type: PROPERTY_TYPE_BOOLEAN\n"