mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -678,7 +678,7 @@ Widget moduleBlockedItem(
|
||||
ModuleBlocked moduleBlocked,
|
||||
double maxWidth,
|
||||
) {
|
||||
late final isDarkMode = Get.isDarkMode;
|
||||
late final isDarkMode = theme.brightness.isDark;
|
||||
|
||||
BoxDecoration? bgImg() {
|
||||
return moduleBlocked.bgImg == null
|
||||
|
||||
Reference in New Issue
Block a user