Closed jinhao-luo closed 1 year ago
This doesn't seem related to the macOS version. The config in your picture is invalid since it doesn't have a "tabs"
field. You need to have a valid JSON config in order to create an ap.
@kofigumbs That seems to be part of the problem. If I look into <path-to-my>.app/Contents/Resources/config.json
, the config seems correct (and looks like this):
{
"tabs": [
{
"title": "<my>",
"url": "https://<app>.com"
}
]
}
Ahh gotcha, I misunderstood.
Could you please try recreating your app in v3.0.0 and let me know if the issue persists?
Issue is resolved after recreating new apps with v3.0.0 Thanks @kofigumbs! ❤️
Got
Expecting an OBJECT FIELD named "tabs"
in an empty setting window(see attachment) when opening a Multi app. The app was working in macOS 13 (Ventura)macOS:
14.0 Beta (23A5286i)