cleanup: delete unused Model fields

This commit is contained in:
Gu1llaum-3 2025-09-02 14:14:26 +02:00
parent 5dca755b11
commit 98aa2b6579

View File

@ -46,16 +46,13 @@ type Model struct {
searchMode bool searchMode bool
deleteMode bool deleteMode bool
deleteHost string deleteHost string
exitAction string
exitHostName string
historyManager *history.HistoryManager historyManager *history.HistoryManager
sortMode SortMode sortMode SortMode
// View management // View management
viewMode ViewMode viewMode ViewMode
addForm *addFormModel addForm *addFormModel
editForm *editFormModel editForm *editFormModel
previousView ViewMode
// Terminal size and styles // Terminal size and styles
width int width int