mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Adjusted ScaleMode for splash
This commit is contained in:
parent
04eec8293a
commit
a2f97785d0
@ -59,7 +59,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||||||
m.ctx.Screen[1],
|
m.ctx.Screen[1],
|
||||||
m.ctx.Screen[0],
|
m.ctx.Screen[0],
|
||||||
color.Transparent,
|
color.Transparent,
|
||||||
ansimage.ScaleModeResize,
|
ansimage.ScaleModeFill,
|
||||||
ansimage.NoDithering,
|
ansimage.NoDithering,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user