mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-06 21:00:45 +02:00
cleanup: delete unused Model fields
This commit is contained in:
parent
5dca755b11
commit
98aa2b6579
@ -46,16 +46,13 @@ type Model struct {
|
||||
searchMode bool
|
||||
deleteMode bool
|
||||
deleteHost string
|
||||
exitAction string
|
||||
exitHostName string
|
||||
historyManager *history.HistoryManager
|
||||
sortMode SortMode
|
||||
|
||||
// View management
|
||||
viewMode ViewMode
|
||||
addForm *addFormModel
|
||||
editForm *editFormModel
|
||||
previousView ViewMode
|
||||
viewMode ViewMode
|
||||
addForm *addFormModel
|
||||
editForm *editFormModel
|
||||
|
||||
// Terminal size and styles
|
||||
width int
|
||||
|
Loading…
x
Reference in New Issue
Block a user