Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
KizKizz committed Aug 13, 2024
1 parent d7b2d44 commit 0551ed8
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 222 deletions.
2 changes: 1 addition & 1 deletion Language/LanguageSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"langFilePath": "E:\\Flutter project\\pso2_mod_manager\\Language\\JP.json",
"selected": false
}
]
]
14 changes: 9 additions & 5 deletions app_version_check/app_version.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "PSO2NGS Mod Manager",
"version": "2.8.13",
"version": "2.8.14",
"description": [
"Added Expand and Collapse all categories to Item List",
"Added expand and collapse all categories to Item List",
"Added an option to add newly added mods to Mod Sets",
"Fixed a bug where Applied List would not refresh correctly in Mod Sets",
"Code and performance optimization",
"Improved Mod Sets Apply-Unapply function",
"More code and performance optimization",
"More bug fixes",
"MOD適用時のMODセットのバグを修正",
"コードとパフォーマンスの最適化",
"アイテムリストに全カテゴリーの展開と折りたたみを追加",
"新しく追加されたMODをMODセットに追加するオプションを追加",
"MODセットで適用済みリストが正しく更新されないバグを修正",
"MODセットの適用・未適用機能の改善",
"より多くのコードとパフォーマンスの最適化",
"その他のバグ修正"
],
"windows_file": "",
Expand Down
2 changes: 1 addition & 1 deletion lib/homepage/applied_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ class _AppliedListState extends State<AppliedList> {
children: [
Text(
'$totalAppliedModFiles / $totalModFiles ${curLangText!.uiFilesApplied}',
//style: TextStyle(color: Theme.of(context).textTheme.displaySmall?.color),
style: TextStyle(color: Theme.of(context).hintColor),
),
if (curMods.where((mod) => mod.submods.where((submod) => submod.hasCmx!).isNotEmpty).isNotEmpty)
Container(
Expand Down
Loading

0 comments on commit 0551ed8

Please sign in to comment.