implement export/import ppbr
This commit is contained in:
@@ -537,7 +537,7 @@ void App::init_menu_file()
|
||||
|
||||
if (str_iequals(ext, "abr"))
|
||||
{
|
||||
std::thread([this,path] { stroke->import_abr(path); }).detach();
|
||||
std::thread([this,path] { presets->import_abr(path); }).detach();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user