Merge branch 'main' into release-0.24

This commit is contained in:
MihailRis 2024-11-07 20:32:07 +03:00
commit bcdd02ffa2
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<!-- content is generated in script -->
</panel>
<button pos='15,430' size='440,40' onclick='menu:back()'>@Back</button>
<button pos='460,430' size='440,40' onclick='core.open_folder("user:content")'>@Open content folder</button>
<button pos='485,430' size='500,40' onclick='core.open_folder("user:content")'>@Open content folder</button>
<panel id='content_info' pos='485,15' size='440,406' color='0' max-length='406' scrollable='true'>
<label>@Creator</label>

View File

@ -1,7 +1,4 @@
function on_open(params)
if params then
mode = params.mode
end
refresh()
end