@@ -36,7 +36,7 @@ export function ElectronProvider({ children }: { children: React.ReactNode }) {
|
|||||||
} else if (desktopMode === 'overlayOnly') {
|
} else if (desktopMode === 'overlayOnly') {
|
||||||
stayOnTop = true;
|
stayOnTop = true;
|
||||||
finalDimensions = {
|
finalDimensions = {
|
||||||
height: 1000,
|
height: DEFAULT_APP_PRESET.height,
|
||||||
width: 100,
|
width: 100,
|
||||||
};
|
};
|
||||||
finalPosition = 'topRight';
|
finalPosition = 'topRight';
|
||||||
|
|||||||
Reference in New Issue
Block a user