mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 08:47:31 +00:00
chore: fix fl_Query_devtools in wrong place
This commit is contained in:
parent
7bc9520bab
commit
2afb410c3b
@ -207,11 +207,7 @@ class SpotubeState extends ConsumerState<Spotube> {
|
||||
builder: (context, child) {
|
||||
return DevicePreview.appBuilder(
|
||||
context,
|
||||
DragToResizeArea(
|
||||
child: FlQueryDevtools(
|
||||
child: child!,
|
||||
),
|
||||
),
|
||||
DragToResizeArea(child: child!),
|
||||
);
|
||||
},
|
||||
themeMode: themeMode,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user