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

🐛 Fixes #91

This commit is contained in:
makeworld 2020-11-04 19:54:58 -05:00
parent 4fbaa978d4
commit eb10c26599
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- XDG user dir file is parsed instead of looking for XDG env vars (#97, #100)
- Support paths with spaces in HTTP browser config setting (#77)
- Clicking "Change" on an existing bookmark without changing the text no longer removes it (#91)
## [v1.5.0] - 2020-09-01

View File

@ -88,7 +88,7 @@ func openBkmkModal(name string, exists bool, favicon string) (string, int) {
if favicon != "" && !exists {
name = favicon + " " + name
}
bkmkModalText = ""
bkmkModalText = name
bkmkModal.GetForm().AddInputField("Name: ", name, 0, nil,
func(text string) {
// Store for use later