mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 08:15:46 -05:00
Add option to check for and set keyframe interval settings
This commit is contained in:
@@ -1120,4 +1120,12 @@ QString GetDefaultSettingsSaveLocation()
|
||||
timestamp.toString("yyyy.MM.dd.hh.mm.ss");
|
||||
}
|
||||
|
||||
std::string GetPathInProfileDir(const char *filePath)
|
||||
{
|
||||
auto path = obs_frontend_get_current_profile_path();
|
||||
std::string result(path);
|
||||
bfree(path);
|
||||
return result + "/" + filePath;
|
||||
}
|
||||
|
||||
} // namespace advss
|
||||
|
||||
@@ -117,6 +117,7 @@ std::pair<int, int> GetCursorPos();
|
||||
void ReplaceAll(std::string &str, const std::string &from,
|
||||
const std::string &to);
|
||||
QString GetDefaultSettingsSaveLocation();
|
||||
std::string GetPathInProfileDir(const char *filePath);
|
||||
|
||||
/* Legacy helpers */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user