mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #755, "remove published models" message
This commit is contained in:
committed by
Roland Winklmeier
parent
c4769e2ab5
commit
1e8090d366
@@ -300,7 +300,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
QString confirm("Remove %1 published models?");
|
||||
QString confirm("Remove %1 published models from stash?");
|
||||
auto lambda = [this, publishedModels]()
|
||||
{
|
||||
this->unstashModels(publishedModels.getModelStringList(false));
|
||||
|
||||
Reference in New Issue
Block a user