diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-15 19:12:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 19:12:01 +0100 |
| commit | 7eb985b616c12aed261fbef74a47c5a928c03e61 (patch) | |
| tree | fe3088dc687c640176bf376b4ca8baf2088bd69f /ui/backend/tauri.conf.json | |
| parent | chore(deps): bump cachix/install-nix-action from 20 to 27 (#2268) (diff) | |
| download | atuin-7eb985b616c12aed261fbef74a47c5a928c03e61.zip | |
feat(gui): add runbook list, ability to create and delete, sql storage (#2282)
* wip
* saving works :))
* functioning delete button
* persist selection properly
Diffstat (limited to 'ui/backend/tauri.conf.json')
| -rw-r--r-- | ui/backend/tauri.conf.json | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |
