Theme configuration

This commit is contained in:
Juan Gilsanz Polo
2024-02-23 01:26:22 +01:00
parent 57af5e926e
commit e21546693a
32 changed files with 1053 additions and 45 deletions

View File

@@ -4,4 +4,5 @@ class RoutesPaths {
static const webview = "/webview";
static const search = "/search";
static const settings = "/settings";
static const customization = "/settings/customization";
}