diff --git a/src/lib/PrintMenu.svelte b/src/lib/PrintMenu.svelte
index fdb7a74..6f83992 100644
--- a/src/lib/PrintMenu.svelte
+++ b/src/lib/PrintMenu.svelte
@@ -1,488 +1,494 @@
{#if !activeFile}
-
-
-
-
- {#if files.length === 0}
-
-
Загрузите файлы для печати
-
-
- {:else}
- {#each files as file (file.id)}
-
- toggleExpanded(file)}>
- {#if file.expanded}▼{:else}►{/if}
- {file.file.name}
- e.stopPropagation()}>
- {#if file.previewUrl}
-
- {/if}
-
-
-
-
- {#if file.expanded}
-
-
-
-
-
-
-
-
-
-
- {file.copies} шт.
-
-
-
-
-
-
-
-
- {#each formats as f}
-
- {/each}
-
-
-
-
-
-
- {#each colorModes as c}
-
- {/each}
-
-
-
-
-
-
-
- {#each qualities as q}{q.label}{/each}
-
-
-
- {/if}
-
- {/each}
-
- {/if}
-
-
-
-
+
+
+
+
+ {#if files.length === 0}
+
+
Загрузите файлы для печати
+
+
+ {:else}
+ {#each files as file (file.id)}
+
+ toggleExpanded(file)}>
+ {#if file.expanded}▼{:else}►{/if}
+ {file.file.name}
+ e.stopPropagation()}>
+ {#if file.previewUrl}
+
+ {/if}
+
+
+
+
+ {#if file.expanded}
+
+
+
+
+
+
+
+
+
+
+ {file.copies} шт.
+
+
+
+
+
+
+
+
+ {#each formats as f}
+
+ {/each}
+
+
+
+
+
+
+ {#each colorModes as c}
+
+ {/each}
+
+
+
+
+
+
+
+ {#each qualities as q}{q.label}{/each}
+
+
+
+ {/if}
+
+ {/each}
+
+
+ {/if}
+
+
+
+
{/if}
{#if activeFile}
-