1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

Keep info modal button selected

This commit is contained in:
makeworld 2020-12-24 19:27:06 -05:00
parent 72849bcc95
commit 41ebf22df8

View File

@ -178,7 +178,6 @@ func open(u string, resp *gemini.Response) {
}
Info("Opened with " + cmd[0])
}
App.SetFocus(dlModal)
App.Draw()
}