mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: [STUDIO-2548] maximum recent project count
Change-Id: Iba9c9959089ff1cb9dfdba717fe62b99375da137
This commit is contained in:
parent
0c2ba2b0a2
commit
778761908a
5 changed files with 97 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue