mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
ENH: [STUDIO-2548] maximum recent project count
Change-Id: Iba9c9959089ff1cb9dfdba717fe62b99375da137
This commit is contained in:
@@ -154,6 +154,8 @@ class MainFrame : public DPIFrame
|
||||
size_t FindFileInHistory(const wxString &file);
|
||||
|
||||
void LoadThumbnails();
|
||||
|
||||
void SetMaxFiles(int max);
|
||||
private:
|
||||
std::deque<std::string> m_thumbnails;
|
||||
bool m_load_called = false;
|
||||
@@ -243,6 +245,7 @@ public:
|
||||
|
||||
void update_title();
|
||||
void show_publish_button(bool show);
|
||||
void set_max_recent_count(int max);
|
||||
|
||||
void update_title_colour_after_set_title();
|
||||
void show_option(bool show);
|
||||
|
||||
Reference in New Issue
Block a user