mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-13 03:30:21 +08:00
✨ Feature(custom): rewrite upload config and plugin page
This commit is contained in:
@@ -122,12 +122,12 @@ if (db.get(configPaths.settings.miniWindowOntop)) {
|
||||
}
|
||||
|
||||
const renameWindowOptions = {
|
||||
height: 175,
|
||||
width: 300,
|
||||
height: 250,
|
||||
width: 350,
|
||||
show: true,
|
||||
fullscreenable: false,
|
||||
resizable: false,
|
||||
vibrancy: 'ultra-dark',
|
||||
icon: logo,
|
||||
resizable: true,
|
||||
webPreferences: {
|
||||
sandbox: false,
|
||||
preload: preloadPath,
|
||||
|
||||
Reference in New Issue
Block a user