Restore missing parenthesis in regular expression
This commit is contained in:
parent
7de92734cd
commit
9719194d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ const std::vector<LocalUrlHandler> &LocalUrlHandlers() {
|
|||
ResolvePrivatePost
|
||||
},
|
||||
{
|
||||
qsl("^settings(/folders|/devices|/language|/kotato?$"),
|
||||
qsl("^settings(/folders|/devices|/language|/kotato)?$"),
|
||||
ResolveSettings
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue