From 14238fd50410332e877ddb130538e6f9e59d9dcf Mon Sep 17 00:00:00 2001 From: SnaveSutit Date: Tue, 7 Jul 2026 10:47:04 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Add=20back=20kofi=20popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blueprintSettings.svelte | 660 ------------------ .../blueprintSettings/blueprintSettings.ts | 8 + .../blueprintSettingsAds.svelte | 7 + 3 files changed, 15 insertions(+), 660 deletions(-) delete mode 100644 src/dialogs/blueprintSettings/blueprintSettings.svelte diff --git a/src/dialogs/blueprintSettings/blueprintSettings.svelte b/src/dialogs/blueprintSettings/blueprintSettings.svelte deleted file mode 100644 index 54e25b78..00000000 --- a/src/dialogs/blueprintSettings/blueprintSettings.svelte +++ /dev/null @@ -1,660 +0,0 @@ - - - - -
- - - - - - - - - - - {#if !$autoRenderBox} - - {/if} - - - - - - - - {#if $enablePluginMode} - - - - - - {:else} - - - {#if $resourcePackExportMode !== 'none'} - {#if $DISPLAY_ITEM_REQUIRED} - - {/if} - - {#if $resourcePackExportMode === 'folder'} - - {:else if $resourcePackExportMode === 'zip'} - - {/if} - - - - {#if $enableAdvancedResourcePackSettings} -

- {translate('dialog.blueprint_settings.advanced_settings_warning')} -

- - - {/if} - {/if} - - - -