File tree Expand file tree Collapse file tree
app/src/main/assets/home/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33MPAT=" ${0%/* } "
44
5- true || echo '
5+ if [ -f $ETC /error.toml ]; then
6+ echo '
67 [[group.page.options]]
78 type = "default"
89 title = "@string/update_text"
@@ -19,3 +20,4 @@ true || echo '
1920 style = "fab"
2021 icon = "' $ETC ' /icon/Loading.png"
2122 '
23+ fi
Original file line number Diff line number Diff line change 11# Kakathic
22
33MPAT=" ${0%/* } "
4- true || echo '
4+ if [ -f $ETC /error.toml ]; then
5+ echo '
56 [[group.page.options]]
67 type = "refresh"
78 title = "@string/refresh_text"
8-
9+
910 [[group.page.options]]
1011 key = "123"
1112 type = "default"
1213 title = "@string/update_text add-on"
1314 auto-finish = true
1415 script = """
1516 [ "$menu_id" == "123" ] && ' $MPAT ' /index.bash update_addon
16- """
17- '
17+ """ '
18+ fi
Original file line number Diff line number Diff line change 1+ [[group .text ]]
2+ title = " Error"
3+ desc = " Page load failed"
You can’t perform that action at this time.
0 commit comments