Skip to content

Commit ffbc569

Browse files
committed
stuff
1 parent 3301706 commit ffbc569

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

loading.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"Computa, make this guy scroll reels",
44
"fmscl",
55
"I just hit the jackpot!",
6-
"Netanyahu, please help me!",
7-
"aka! shiro!",
86
"rest in peace my granny she got hit by a bazooka",
97
"lowering cortisol levels..."
108
]

tui/view_loading.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (m Model) fetchLoadingMessages() tea.Msg {
152152
}
153153

154154
func (m Model) loadingMsgTick() tea.Cmd {
155-
return tea.Tick(4*time.Second, func(t time.Time) tea.Msg {
155+
return tea.Tick(5*time.Second, func(t time.Time) tea.Msg {
156156
return loadingMsgTickMsg{}
157157
})
158158
}

0 commit comments

Comments
 (0)