Skip to content

Commit 2b68009

Browse files
authored
Some more improvement to 0.4
1 parent 8ff700d commit 2b68009

File tree

1 file changed

+0
-2
lines changed
  • Code/VariableStore/src/Extensions/VariableStore/Store/Entry

1 file changed

+0
-2
lines changed

Code/VariableStore/src/Extensions/VariableStore/Store/Entry/Entry.gd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ func _on_DownloadRequest_request_completed(result: int, _response_code, _headers
102102
extension_container.install_extension(download_path)
103103
if is_update:
104104
is_update = false
105-
$Alert/Text.text = str("Update Complete!!\nRestart Pixelorama to take effect").c_unescape()
106-
$Alert.popup_centered()
107105
announce_done(true)
108106
else:
109107
$Alert/Text.text = str("Unable to Download extension...\nHttp Code (",result,")").c_unescape()

0 commit comments

Comments
 (0)