diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-10-03 23:15:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 23:15:42 -0500 |
| commit | f8a3d5b86e4a6884953df6737a762c0f2e28aec3 (patch) | |
| tree | d65cb8bd982d95ef0163028903f1327c957c76b4 /src/mainwindow.h | |
| parent | b5ba8522d81ddd6231ae6063c3f3181605d96898 (diff) | |
| parent | a705938ffdc8aa2422ea936b0e2d1f629e6f9d11 (diff) | |
Merge pull request #1894 from ModOrganizer2/loot_0_22
WIP: Plugin sorting updates
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 99feca83..fb424403 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -243,6 +243,8 @@ private: void toggleMO2EndorseState(); void toggleUpdateAction(); + void updateSortButton(); + // update info struct NxmUpdateInfoData { |
