merge with dev
This commit is contained in:
@@ -245,6 +245,10 @@ Glib::ustring Options::findProfilePath (Glib::ustring &profName)
|
||||
return profName;
|
||||
}
|
||||
|
||||
if (profName == DEFPROFILE_DYNAMIC) {
|
||||
return profName;
|
||||
}
|
||||
|
||||
Glib::ustring p = profName.substr (0, 4);
|
||||
|
||||
if (p == "${U}") {
|
||||
|
Reference in New Issue
Block a user