[desktop] send editor's config as soon as ready
This commit is contained in:
parent
98b2897594
commit
bc5552711d
|
@ -141,6 +141,7 @@ define([
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
window.on_native_message('editor:config', 'request');
|
||||||
if ( !!window.native_message_cmd ) {
|
if ( !!window.native_message_cmd ) {
|
||||||
for ( var c in window.native_message_cmd ) {
|
for ( var c in window.native_message_cmd ) {
|
||||||
window.on_native_message(c, window.native_message_cmd[c]);
|
window.on_native_message(c, window.native_message_cmd[c]);
|
||||||
|
|
Loading…
Reference in a new issue