mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 12:42:39 +01:00
Фикс обновлений
This commit is contained in:
parent
3061b7182c
commit
73fe0e955f
@ -1155,14 +1155,14 @@ editPublication = function(initialPublication)
|
||||
})
|
||||
|
||||
if success then
|
||||
window.tabBar.selectedItem = categoryComboBox.selectedItem
|
||||
window.tabBar.selectedItem = categoryComboBox.selectedItem + 1
|
||||
|
||||
if initialPublication then
|
||||
newPublicationInfo(nameInput.text)
|
||||
else
|
||||
config.orderBy = 3
|
||||
saveConfig()
|
||||
updateFileList(window.tabBar.selectedItem)
|
||||
updateFileList(categoryComboBox.selectedItem)
|
||||
end
|
||||
else
|
||||
GUI.error(reason)
|
||||
@ -1671,9 +1671,9 @@ lastMethod = statistics
|
||||
|
||||
if args[1] == "updates" then
|
||||
lastArguments = {nil, true}
|
||||
window.tabBar.selectedItem = #categories + 1
|
||||
window.tabBar.selectedItem = #categories + 2
|
||||
else
|
||||
lastArguments = {1}
|
||||
lastArguments = {}
|
||||
end
|
||||
|
||||
window:resize(window.width, window.height)
|
||||
Loading…
x
Reference in New Issue
Block a user