fix: Make emote settings work again
This commit is contained in:
parent
2634187bff
commit
a514d9ecaa
5 changed files with 49 additions and 40 deletions
|
|
@ -215,10 +215,20 @@ class AppRoutes {
|
|||
buildTransition: _dynamicTransition,
|
||||
),
|
||||
VWidget(
|
||||
path: 'emotes',
|
||||
path: 'multiple_emotes',
|
||||
widget: MultipleEmotesSettings(),
|
||||
buildTransition: _dynamicTransition,
|
||||
),
|
||||
VWidget(
|
||||
path: 'emotes',
|
||||
widget: EmotesSettings(),
|
||||
buildTransition: _dynamicTransition,
|
||||
),
|
||||
VWidget(
|
||||
path: 'emotes/:state_key',
|
||||
widget: EmotesSettings(),
|
||||
buildTransition: _dynamicTransition,
|
||||
),
|
||||
];
|
||||
|
||||
List<VRouteElement> get _settingsRoutes => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue