mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 顶栏收起
This commit is contained in:
@@ -35,5 +35,6 @@ class MainController extends GetxController {
|
||||
'label': "媒体库",
|
||||
}
|
||||
].obs;
|
||||
final StreamController<bool> bottomBarStream = StreamController<bool>();
|
||||
final StreamController<bool> bottomBarStream =
|
||||
StreamController<bool>.broadcast();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user