mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
fix: placeholder style
This commit is contained in:
parent
1e4802c7f1
commit
cef2f9a3e1
1
model.go
1
model.go
|
@ -127,6 +127,7 @@ func NewModel(defaults resend.SendEmailRequest) Model {
|
|||
attachments.Title = "Attachments"
|
||||
attachments.Styles.Title = labelStyle
|
||||
attachments.Styles.TitleBar = labelStyle
|
||||
attachments.Styles.NoItems = placeholderStyle
|
||||
attachments.SetShowHelp(false)
|
||||
attachments.SetShowStatusBar(false)
|
||||
attachments.SetStatusBarItemName("attachment", "attachments")
|
||||
|
|
Loading…
Reference in a new issue