File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22// POTI-board → Petit Note ログコンバータ。
3- // (c)2022-2024 さとぴあ(satopian)
3+ // (c)2022-2025 さとぴあ(satopian)
44//Licence MIT
5- //lot.240411
5+ //lot.251216
66
77/* ------------- 設定項目ここから ------------- */
88
@@ -341,6 +341,12 @@ function switch_tool($tool){
341341 case 'ChickenPaint ' :
342342 $ tool ='chi ' ;
343343 break ;
344+ case 'litaChit ' :
345+ $ tool ='chi ' ;
346+ break ;
347+ case 'litaChix ' :
348+ $ tool ='chi ' ;
349+ break ;
344350 case 'Klecks ' :
345351 $ tool ='klecks ' ;
346352 break ;
Original file line number Diff line number Diff line change 11<?php
22
33// Petit Note → POTI-board ログコンバータ。
4- // (c)2022-2024 さとぴあ(satopian)
4+ // (c)2022-2025 さとぴあ(satopian)
55// Licence MIT
6- // lot.240411
6+ // lot.251216
77
88/* ------------- 設定項目ここから ------------- */
99
@@ -254,7 +254,7 @@ function switch_tool($tool){
254254 $ tool ='Shi-Painter ' ;
255255 break ;
256256 case 'chi ' :
257- $ tool ='ChickenPaint ' ;
257+ $ tool ='litaChix ' ;
258258 break ;
259259 case 'klecks ' :
260260 $ tool ='Klecks ' ;
You can’t perform that action at this time.
0 commit comments