Updated UI style to be more modern

Updated headless browser to get images, videos and gifs!
This commit is contained in:
2025-11-20 14:25:23 -05:00
parent 6ddc45b989
commit aa5ac304bd
8 changed files with 850 additions and 327 deletions

View File

@@ -56,8 +56,8 @@ const db = initDatabase(dbPath);
function createWindow() {
const mainWindow = new BrowserWindow({
width: 1000,
height: 800,
width: 1324,
height: 868,
webPreferences: {
preload: path.join(__dirname, '/src/preload.js'),
contextIsolation: true,