mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
[fix] themes sorted A->Z #470
This commit is contained in:
parent
fddf4fbacc
commit
3ade95a3d7
@ -307,6 +307,8 @@ class Poche
|
||||
$themes[$theme] = $this->getThemeInfo($theme);
|
||||
}
|
||||
|
||||
ksort($themes);
|
||||
|
||||
return $themes;
|
||||
}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
name = Dark Magenta
|
||||
name = Dmagenta
|
||||
requirements[] = default
|
||||
|
@ -1,2 +1,2 @@
|
||||
name = Dark Solarized
|
||||
name = Solarized Dark
|
||||
requirements[] = default
|
||||
|
Loading…
x
Reference in New Issue
Block a user