diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-02 18:28:35 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-02 18:28:35 -0500 |
| commit | 62e8ddc9ca1bb8bfd4c912068932563a7438bca8 (patch) | |
| tree | 9476eb3dfd792fe2d306c6c055c2b6c32ff48909 /src/mainwindow.h | |
| parent | c19fbb6818be3c99dcd402f41fd11baf7496e6a5 (diff) | |
Updates to refresh sort button after various events
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 { |
