FIX: max 18 recent files

Change-Id: I83d1b38a6c5f89150ee4cd6dc9ed0c6f548fe234
This commit is contained in:
chunmao.guo 2022-11-22 18:24:02 +08:00 committed by Lane.Wei
parent 00ab44f0a0
commit 5e02f87980

View file

@ -155,7 +155,7 @@ MainFrame::MainFrame() :
DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, BORDERLESS_FRAME_STYLE, "mainframe")
, m_printhost_queue_dlg(new PrintHostQueueDialog(this))
// BBS
, m_recent_projects(9)
, m_recent_projects(18)
, m_settings_dialog(this)
, diff_dialog(this)
{