NEW:add the download path edit in the preferences

Change-Id: I8dfd3373a25bdd9d70360b61605d92f20052d478
This commit is contained in:
tao wang 2022-10-11 13:05:36 +08:00 committed by Lane.Wei
parent 79480405a0
commit b5979375b4
5 changed files with 88 additions and 3 deletions

View file

@ -301,7 +301,8 @@ public:
wxGLContext* init_glcontext(wxGLCanvas& canvas);
bool init_opengl();
static unsigned get_colour_approx_luma(const wxColour &colour);
void init_download_path();
static unsigned get_colour_approx_luma(const wxColour& colour);
static bool dark_mode();
const wxColour get_label_default_clr_system();
const wxColour get_label_default_clr_modified();