From 7eb985b616c12aed261fbef74a47c5a928c03e61 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 15 Jul 2024 19:12:01 +0100 Subject: feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly --- ui/backend/tauri.conf.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/backend/tauri.conf.json') diff --git a/ui/backend/tauri.conf.json b/ui/backend/tauri.conf.json index c8565721..7eda7ca7 100644 --- a/ui/backend/tauri.conf.json +++ b/ui/backend/tauri.conf.json @@ -14,8 +14,6 @@ "title": "Atuin", "width": 1200, "height": 800, - "minWidth": 1000, - "minHeight": 500, "titleBarStyle": "Overlay", "hiddenTitle": true } -- cgit v1.3.1