order folders/feeds by title
This commit is contained in:
parent
d48c4cbb0c
commit
7a7ecd2c41
2 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ func (s *Storage) ListFolders() []Folder {
|
|||
rows, err := s.db.Query(`
|
||||
select id, title, is_expanded
|
||||
from folders
|
||||
order by title collate nocase
|
||||
`)
|
||||
if err != nil {
|
||||
s.log.Print(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue