You've already forked AstralRinth
forked from didirus/AstralRinth
Revert "Add new patch with import .mrpack fix"
This reverts commit d6e600dfd7.
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
diff --git a/apps/app-frontend/src/components/ui/InstanceCreationModal.vue b/apps/app-frontend/src/components/ui/InstanceCreationModal.vue
|
|
||||||
index e439c203..131393ea 100644
|
|
||||||
--- a/apps/app-frontend/src/components/ui/InstanceCreationModal.vue
|
|
||||||
+++ b/apps/app-frontend/src/components/ui/InstanceCreationModal.vue
|
|
||||||
@@ -417,7 +417,7 @@ const openFile = async () => {
|
|
||||||
const newProject = await open({ multiple: false })
|
|
||||||
if (!newProject) return
|
|
||||||
hide()
|
|
||||||
- await install_from_file(newProject.path).catch(handleError)
|
|
||||||
+ await install_from_file(newProject).catch(handleError)
|
|
||||||
|
|
||||||
trackEvent('InstanceCreate', {
|
|
||||||
source: 'CreationModalFileOpen',
|
|
||||||
Reference in New Issue
Block a user