Update ElectronProvider.tsx

This commit is contained in:
talksik
2022-06-25 15:26:20 -05:00
parent ca42f563f5
commit 3f5d87cdd1
@@ -36,7 +36,7 @@ export function ElectronProvider({ children }: { children: React.ReactNode }) {
} else if (desktopMode === 'overlayOnly') {
stayOnTop = true;
finalDimensions = {
height: DEFAULT_APP_PRESET.height,
height: 1000,
width: 100,
};
finalPosition = 'topRight';