danoniplus 44.5.7 → 44.5.8
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 -1
- 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 44.5.
|
|
11
|
+
const g_version = `Ver 44.5.8`;
|
|
12
12
|
const g_revisedDate = `2026/03/06`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
@@ -7572,6 +7572,9 @@ const setDifficulty = (_initFlg) => {
|
|
|
7572
7572
|
// ユーザカスタムイベント(初期)
|
|
7573
7573
|
g_customJsObj.difficulty.forEach(func => func(_initFlg, g_canLoadDifInfoFlg));
|
|
7574
7574
|
|
|
7575
|
+
// 設定サマリー表示の更新
|
|
7576
|
+
updateSettingSummary();
|
|
7577
|
+
|
|
7575
7578
|
// ---------------------------------------------------
|
|
7576
7579
|
// 4. 譜面初期情報ロード許可フラグの設定
|
|
7577
7580
|
g_canLoadDifInfoFlg = true;
|