mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed #56
This commit is contained in:
@ -57,7 +57,12 @@ const Settings = (() => {
|
||||
Dialogue.closeDialogue();
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
function getCurrSettings() {
|
||||
return settings;
|
||||
}
|
||||
|
||||
return {
|
||||
getCurrSettings
|
||||
}
|
||||
|
||||
})();
|
Reference in New Issue
Block a user