This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"items": [
|
||||
"home",
|
||||
"discover",
|
||||
"feed",
|
||||
"bookmarks",
|
||||
"profile"
|
||||
]
|
||||
"default_compact": false,
|
||||
"items": ["home", "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):
|
||||
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(
|
||||
["home", "discover", "feed", "bookmarks", "profile"],
|
||||
description="Список элементов в панели навигации",
|
||||
|
||||
Reference in New Issue
Block a user