mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-23 01:46:37 +08:00
fix(fnos): open LangBot embedded inside fnOS desktop instead of external browser
Change desktop entry type from 'url' (opens external browser) to 'iframe' (embeds the web UI inside the fnOS desktop window), per the official Application Entry documentation at developer.fnnas.com/docs/core-concepts/app-entry.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "LangBot",
|
"title": "LangBot",
|
||||||
"icon": "images/icon-256.png",
|
"icon": "images/icon-256.png",
|
||||||
"type": "url",
|
"type": "iframe",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"port": "${wizard_port}",
|
"port": "${wizard_port}",
|
||||||
"url": "/",
|
"url": "/",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"langbot.main": {
|
"langbot.main": {
|
||||||
"title": "LangBot",
|
"title": "LangBot",
|
||||||
"icon": "images/icon-{0}.png",
|
"icon": "images/icon-{0}.png",
|
||||||
"type": "url",
|
"type": "iframe",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"port": "${wizard_port}",
|
"port": "${wizard_port}",
|
||||||
"url": "/",
|
"url": "/",
|
||||||
|
|||||||
Reference in New Issue
Block a user