mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-05 07:41:58 +08:00
🐛 Fix: fix url encode bug when filename contains special chars
This commit is contained in:
@@ -22,8 +22,6 @@ const handleWindowParams = (windowURL: string) => {
|
||||
const getDefaultWindowSizes = (): { width: number, height: number } => {
|
||||
const mainWindowWidth = picgo.getConfig<any>('settings.mainWindowWidth')
|
||||
const mainWindowHeight = picgo.getConfig<any>('settings.mainWindowHeight')
|
||||
console.log('mainWindowWidth', mainWindowWidth)
|
||||
console.log('mainWindowHeight', mainWindowHeight)
|
||||
return {
|
||||
width: mainWindowWidth || 1200,
|
||||
height: mainWindowHeight || 800
|
||||
|
||||
Reference in New Issue
Block a user