mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 19:19:21 +01:00
Scripts category AppMarket fix
This commit is contained in:
parent
fef0b2ef61
commit
a7de123d7e
@ -46,7 +46,7 @@ local orderDirections = {
|
|||||||
local downloadPaths = {
|
local downloadPaths = {
|
||||||
paths.system.applications,
|
paths.system.applications,
|
||||||
paths.system.libraries,
|
paths.system.libraries,
|
||||||
paths.system.scripts,
|
"/",
|
||||||
}
|
}
|
||||||
|
|
||||||
local licenses = {
|
local licenses = {
|
||||||
@ -465,7 +465,7 @@ local function download(publication)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
pizda(dependencyTree, 1, "/")
|
pizda(dependencyTree, 1, "")
|
||||||
end
|
end
|
||||||
|
|
||||||
local shortcutSwitchAndLabel = container.layout:addChild(GUI.switchAndLabel(1, 1, 44, 8, 0x66DB80, 0x0, 0xE1E1E1, 0x878787, localization.createShortcut .. ":", true))
|
local shortcutSwitchAndLabel = container.layout:addChild(GUI.switchAndLabel(1, 1, 44, 8, 0x66DB80, 0x0, 0xE1E1E1, 0x878787, localization.createShortcut .. ":", true))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user