implement download and open from the cloud browser
This commit is contained in:
@@ -397,7 +397,7 @@ void App::init_menu_file()
|
||||
std::smatch m;
|
||||
if (std::regex_search(doc_name, m, r))
|
||||
{
|
||||
std::string base = m[1].str();
|
||||
base = m[1].str();
|
||||
current = atoi(m[2].str().c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user