Skip to content

Commit

Permalink
v0.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
therockerline committed Apr 22, 2024
1 parent a167492 commit 52ba058
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nethlink",
"version": "0.0.42",
"version": "0.0.43",
"description": "Neth Connector app",
"main": "./out/main/main.js",
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/pages/PhoneIslandPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function PhoneIslandPage() {

const RenderPhoneIsland = useCallback(() => {
//log("PHONE ISLAND RENDERER", dataConfig)
return dataConfig && <PhoneIsland dataConfig={dataConfig} i18nLoadPath={loadPath.current} />
return dataConfig && <PhoneIsland dataConfig={dataConfig} i18nLoadPath={loadPath.current} uaType='mobile' />
}, [dataConfig])

return (
Expand Down

0 comments on commit 52ba058

Please sign in to comment.