diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-19 02:37:24 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:35:08 -0500 |
| commit | c50ad588432a27612fe5be39b1520e2962d5eef7 (patch) | |
| tree | 676dd52d7022d9167eccc267ae9811367d8de666 /src/modinfodialognexus.h | |
| parent | f6bb73deb21228acf0e7f74500f50421143aa739 (diff) | |
Add nexus category ID to mod info
- We will check the mod info first then fall back to the download file
- Add category field in the info dialog nexus tab
Diffstat (limited to 'src/modinfodialognexus.h')
| -rw-r--r-- | src/modinfodialognexus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialognexus.h b/src/modinfodialognexus.h index e9a8720f..e752018a 100644 --- a/src/modinfodialognexus.h +++ b/src/modinfodialognexus.h @@ -57,6 +57,7 @@ private: void onModIDChanged(); void onSourceGameChanged(); void onVersionChanged(); + void onCategoryChanged(); void onRefreshBrowser(); void onVisitNexus(); |
