mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Restore location of ColorQuantization option in the palette menu
Just to avoid confusion right now and to avoid deprecating documentation in a minor release.
This commit is contained in:
parent
980454eac0
commit
045e3ad473
@ -1078,7 +1078,6 @@
|
||||
<param name="type" value="normal-map-wheel" />
|
||||
</item>
|
||||
<separator />
|
||||
<item command="ColorQuantization" text="@.create_palette_from_current_sprite" group="palette_generation" />
|
||||
<item command="LoadPalette" text="@.load_palette" />
|
||||
<item command="LoadPalette" text="@.load_default_palette">
|
||||
<param name="preset" value="default" />
|
||||
@ -1090,6 +1089,8 @@
|
||||
<item command="SavePalette" text="@.save_as_default_palette" group="palette_files">
|
||||
<param name="preset" value="default" />
|
||||
</item>
|
||||
<separator />
|
||||
<item command="ColorQuantization" text="@.create_palette_from_current_sprite" group="palette_generation" />
|
||||
</menu>
|
||||
|
||||
<menu id="ink_popup_menu">
|
||||
|
Loading…
Reference in New Issue
Block a user