Added auto close slidable

This commit is contained in:
Juan Gilsanz Polo
2024-02-26 10:46:45 +01:00
parent a3bbdd6198
commit e127f00762
5 changed files with 82 additions and 69 deletions

View File

@@ -1,3 +1,4 @@
class ConfigOptions {
static const int listLimit = 20;
static const String slidableGroupTag = "bookmarksSlidable";
}