mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Add dont_show checkbox for WebP format
This commit is contained in:
parent
b40614ca36
commit
b10cc60fdb
@ -48,6 +48,7 @@
|
||||
</vbox>
|
||||
<separator horizontal="true" />
|
||||
<hbox>
|
||||
<check text="@general.dont_show" id="dont_show" tooltip="@general.dont_show_tooltip" />
|
||||
<boxfiller />
|
||||
<hbox homogeneous="true">
|
||||
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
||||
|
@ -432,6 +432,7 @@ FormatOptionsPtr WebPFormat::onAskUserForFormatOptions(FileOp* fop)
|
||||
pref.webp.imageHint(base::convert_to<int>(win.imageHint()->getValue()));
|
||||
pref.webp.quality(win.quality()->getValue());
|
||||
pref.webp.imagePreset(base::convert_to<int>(win.imagePreset()->getValue()));
|
||||
pref.webp.showAlert(!win.dontShow()->isSelected());
|
||||
|
||||
opts->setLoop(pref.webp.loop());
|
||||
opts->setType(WebPOptions::Type(pref.webp.type()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user