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:
parent
0ad3d16b57
commit
ae62782489
|
@ -3,7 +3,7 @@
|
||||||
## Keychain
|
## Keychain
|
||||||
|
|
||||||
- Upstream: https://github.com/Orama-Interactive/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)
|
- License: [MIT](https://github.com/Orama-Interactive/Keychain/blob/main/LICENSE)
|
||||||
|
|
||||||
## gdgifexporter
|
## gdgifexporter
|
||||||
|
|
|
@ -107,6 +107,8 @@ func _ready() -> void:
|
||||||
|
|
||||||
profile_option_button.select(Keychain.profile_index)
|
profile_option_button.select(Keychain.profile_index)
|
||||||
_on_ProfileOptionButton_item_selected(Keychain.profile_index)
|
_on_ProfileOptionButton_item_selected(Keychain.profile_index)
|
||||||
|
if OS.get_name() == "HTML5":
|
||||||
|
$VBoxContainer/HBoxContainer/OpenProfileFolder.queue_free()
|
||||||
|
|
||||||
|
|
||||||
func _construct_tree() -> void:
|
func _construct_tree() -> void:
|
||||||
|
|
Loading…
Reference in a new issue