diff --git a/neode-ui/src/views/appSession/AppSessionFrame.vue b/neode-ui/src/views/appSession/AppSessionFrame.vue index fcb95d49..883003ac 100644 --- a/neode-ui/src/views/appSession/AppSessionFrame.vue +++ b/neode-ui/src/views/appSession/AppSessionFrame.vue @@ -18,10 +18,8 @@ let the app's own UI load instead of a loader stuck on top (B7). -->
@@ -119,6 +117,7 @@ import { nextTick, onBeforeUnmount, ref, watch } from 'vue' import type { ElectrsSyncStatus } from '@/composables/useElectrsSync' import AppLoadingScreen from '@/components/AppLoadingScreen.vue' +import { handleImageError } from '@/views/apps/appsConfig' const props = defineProps<{ appUrl: string