Skip to content

Commit

Permalink
#41 Update Number of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Apr 10, 2024
1 parent 50131e5 commit 9d11c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NERODevelopment/src/controllers/navigationcontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public slots:
private:
bool m_isSelected = false;
int m_selectedPageIndex = 0;
int m_numPages = 6;
int m_numPages = 7;
};

#endif // NAVIGATIONCONTROLLER_H

0 comments on commit 9d11c31

Please sign in to comment.