possibility to inject child tabs
This commit is contained in:
@@ -57,7 +57,7 @@ class WebPageRoute extends GoRouteData with _$WebPageRoute {
|
||||
}
|
||||
}
|
||||
|
||||
enum TabType { regular, private }
|
||||
enum TabType { regular, private, child }
|
||||
|
||||
class SearchRoute extends GoRouteData with _$SearchRoute {
|
||||
static const String emptySearchText = ' ';
|
||||
|
||||
@@ -388,6 +388,7 @@ mixin _$SearchRoute on GoRouteData {
|
||||
const _$TabTypeEnumMap = {
|
||||
TabType.regular: 'regular',
|
||||
TabType.private: 'private',
|
||||
TabType.child: 'child',
|
||||
};
|
||||
|
||||
mixin _$TorProxyRoute on GoRouteData {
|
||||
|
||||
Reference in New Issue
Block a user