Improve add dialog with filters

This commit is contained in:
CodeDoctorDE
2025-02-15 20:33:01 +01:00
parent aa7c39eabd
commit 447f5fa8e3
37 changed files with 233 additions and 58286 deletions

View File

@ -43,7 +43,7 @@ enum SelectMode { rectangle, lasso }
enum LaserAnimation { fade, path }
enum ToolCategory { normal, import, surface, action, view }
enum ToolCategory { import, normal, surface, action, view }
@Freezed(equal: false)
sealed class Tool with _$Tool {