danoniplus 28.1.0 → 28.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/danoni_main.js +4 -2
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 28.1.
|
|
11
|
+
const g_version = `Ver 28.1.1`;
|
|
12
12
|
const g_revisedDate = `2022/10/02`;
|
|
13
13
|
const g_alphaVersion = ``;
|
|
14
14
|
|
|
@@ -4971,7 +4971,9 @@ const createOptionWindow = _sprite => {
|
|
|
4971
4971
|
resetColorType({ _fromObj: storageObj, _from: addKey, _toObj: g_dfColorObj, _to: g_keycons.colorSelf });
|
|
4972
4972
|
|
|
4973
4973
|
} else {
|
|
4974
|
-
|
|
4974
|
+
if (g_localStorage.colorType === g_keycons.colorSelf) {
|
|
4975
|
+
g_colorType = `Default`;
|
|
4976
|
+
}
|
|
4975
4977
|
g_keycons.colorTypes = g_keycons.colorTypes.filter(val => val !== g_keycons.colorSelf);
|
|
4976
4978
|
}
|
|
4977
4979
|
|