fixed cloud login

This commit is contained in:
SPRINX0\prochazka
2025-06-17 15:42:16 +02:00
parent 7e4a862cc3
commit 3075a56735

View File

@@ -3,7 +3,7 @@ import getElectron from './getElectron';
export function openWebLink(href, usePopup = false) {
const electron = getElectron();
if (electron && !usePopup) {
if (electron) {
electron.send('open-link', href);
} else {
if (usePopup) {