diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2023-10-21 12:16:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 18:16:34 +0200 |
| commit | 82f2edac1a348b274c177abf5581b089cdf2e527 (patch) | |
| tree | a8b4fed1e5106adc7e14457d00c6e1de0ade2050 /lib/gui/__init__.py | |
| parent | 526cd48a4f73d9b793b5a83ababd83069f4ad800 (diff) | |
attach params/lettering simulator window and allow detach (#2557)
Diffstat (limited to 'lib/gui/__init__.py')
| -rw-r--r-- | lib/gui/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/__init__.py b/lib/gui/__init__.py index aac2319f..4343e4d1 100644 --- a/lib/gui/__init__.py +++ b/lib/gui/__init__.py @@ -6,5 +6,5 @@ from .dialogs import confirm_dialog, info_dialog from .electron import open_url from .presets import PresetsPanel -from .simulator import EmbroiderySimulator, SimulatorPreview, show_simulator +from .simulator import PreviewRenderer, show_simulator from .warnings import WarningPanel |
