Merge pull request #356 from Xertis/main

Correction of the button location in the content_menu
This commit is contained in:
MihailRis 2024-11-07 20:30:20 +03:00 committed by GitHub
commit 75bbf4703e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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