Added a warning dialog when clicking the remove palette button

This prevents accidental palette deletions
This commit is contained in:
OverloadedOrama 2020-10-13 14:30:51 +03:00
parent 24463076d2
commit 37a8f51249
4 changed files with 22 additions and 1 deletions

View file

@ -12,6 +12,7 @@ Laurenz Reinthaler (Schweini07), PinyaColada
- Buttons for moving the current frame left or right. ([#344](https://github.com/Orama-Interactive/Pixelorama/pull/344))
- Creating palettes from sprites has been enhanced - you can now choose if you want to get colors from the selection, current cel, entire frame or all frames, and if you want the colors to have an alpha component.
- A new "Cut" option in the Edit menu or by pressing `Ctrl-X`. It cuts (deletes & copies) the selection, and you can later paste it. ([#345](https://github.com/Orama-Interactive/Pixelorama/pull/345))
- Added a warning dialog when clicking the remove palette button, to prevent accidental palette deletions.
- A new purple theme.
### Changed