fix env, sw, pwa

This commit is contained in:
Tom (plebeius.eth)
2025-05-22 17:42:04 +02:00
parent facd20d4c2
commit 0a5f868747
11 changed files with 56 additions and 8 deletions
@@ -134,7 +134,7 @@ const PlebbitDataPathSettings = ({ plebbitDataPathRef }: SettingsProps) => {
);
};
const isElectron = window.isElectron === true;
const isElectron = window.electronApi?.isElectron === true;
const PlebbitOptions = () => {
const { t } = useTranslation();