FIX: local file proto

Change-Id: Ie45dc223a027e3855f1242bfeed2f346b1df600f
Jira: none
(cherry picked from commit e709ddacc8388970b62b62f1958736e13c4dca96)
This commit is contained in:
chunmao.guo
2024-10-24 10:09:56 +08:00
committed by Noisyfox
parent ef5463f9fe
commit b6b6ef57da
3 changed files with 8 additions and 4 deletions

View File

@@ -204,6 +204,8 @@ MediaFilePanel::MediaFilePanel(wxWindow * parent)
};
Bind(wxEVT_SHOW, onShowHide);
parent->GetParent()->Bind(wxEVT_SHOW, onShowHide);
m_lan_user = "bblp";
}
MediaFilePanel::~MediaFilePanel()