printer form, bluetooth

This commit is contained in:
efrilm
2025-11-04 14:58:51 +07:00
parent dca0f546f9
commit a87b62ca9f
35 changed files with 2586 additions and 13 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ class SettingRoute extends _i22.PageRouteInfo<void> {
static _i22.PageInfo page = _i22.PageInfo(
name,
builder: (data) {
return const _i13.SettingPage();
return _i22.WrappedRoute(child: const _i13.SettingPage());
},
);
}