new: wear settings (#358) & opt.: android widget edit
This commit is contained in:
@@ -246,4 +246,8 @@ class AppRoutes {
|
||||
static AppRoutes pve({Key? key, required ServerPrivateInfo spi}) {
|
||||
return AppRoutes(PvePage(key: key, spi: spi), 'pve');
|
||||
}
|
||||
|
||||
static AppRoutes kvEditor({Key? key, required Map<String, String> data}) {
|
||||
return AppRoutes(KvEditor(key: key, data: data), 'kv_editor');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user