mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: add select/deselect icon on Patches Selector View
This commit is contained in:
@ -40,6 +40,7 @@ class _AppSelectorViewState extends State<AppSelectorView> {
|
||||
? Column(
|
||||
children: [
|
||||
SearchBar(
|
||||
showSelectIcon: false,
|
||||
fillColor:
|
||||
isDark ? const Color(0xff1B222B) : Colors.grey[200],
|
||||
hintText: FlutterI18n.translate(
|
||||
|
Reference in New Issue
Block a user