This commit is contained in:
@@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"items": [
|
"default_compact": false,
|
||||||
"home",
|
"items": ["home", "discover", "feed", "bookmarks", "profile"]
|
||||||
"discover",
|
}
|
||||||
"feed",
|
|
||||||
"bookmarks",
|
|
||||||
"profile"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ from utils.smali_parser import get_smali_lines, save_smali_lines, find_smali_lin
|
|||||||
|
|
||||||
class Patch(PatchTemplate):
|
class Patch(PatchTemplate):
|
||||||
priority: int = Field(frozen=True, exclude=True, default=0)
|
priority: int = Field(frozen=True, exclude=True, default=0)
|
||||||
default_compact: bool = Field(True, description="Компактный вид по умолчанию")
|
default_compact: bool = Field(False, description="Компактный вид по умолчанию")
|
||||||
items: List[str] = Field(
|
items: List[str] = Field(
|
||||||
["home", "discover", "feed", "bookmarks", "profile"],
|
["home", "discover", "feed", "bookmarks", "profile"],
|
||||||
description="Список элементов в панели навигации",
|
description="Список элементов в панели навигации",
|
||||||
|
|||||||
Reference in New Issue
Block a user