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