1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

[Keychain] - Hide Open Folder button on HTML5

This commit is contained in:
Emmanouil Papadeas 2022-05-19 14:21:14 +03:00
parent 0ad3d16b57
commit ae62782489
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
## Keychain
- Upstream: https://github.com/Orama-Interactive/Keychain
- Version: Based on git commit 751540203124426947d69bd81f50fea07eded91d with slight modifications in Keychain.gd and ShortcutEdit.tscn.
- Version: Based on git commit 29e80383e46acb5478696d40990bc3624a6920c4 with slight modifications in Keychain.gd and ShortcutEdit.tscn.
- License: [MIT](https://github.com/Orama-Interactive/Keychain/blob/main/LICENSE)
## gdgifexporter

View file

@ -107,6 +107,8 @@ func _ready() -> void:
profile_option_button.select(Keychain.profile_index)
_on_ProfileOptionButton_item_selected(Keychain.profile_index)
if OS.get_name() == "HTML5":
$VBoxContainer/HBoxContainer/OpenProfileFolder.queue_free()
func _construct_tree() -> void: