mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added what's new window
This commit is contained in:
@@ -8,5 +8,6 @@ window.onload = function(){
|
||||
newPixel(getValue('size-width'),getValue('size-height'), getValue('editor-mode'));
|
||||
else
|
||||
//otherwise show the new pixel dialog
|
||||
showDialogue('new-pixel', false);
|
||||
};
|
||||
if (settings.showLog != undefined && !settings.showLog)
|
||||
showDialogue('new-pixel', false);
|
||||
};
|
Reference in New Issue
Block a user