get default window area, remove debug process id

This commit is contained in:
Salem Yaslem 2021-02-13 07:46:25 +03:00
parent 1ca87ced12
commit b3d4fcdea8

View File

@ -86,7 +86,7 @@ impl Ffmpeg {
.join(PathBuf::from(format!( .join(PathBuf::from(format!(
"{}.{}", "{}.{}",
if self.filename.1.get_text().to_string().trim().eq("") { if self.filename.1.get_text().to_string().trim().eq("") {
Utc::now().to_string() Utc::now().to_string().replace(" UTC", "")
} else { } else {
self.filename.1.get_text().to_string().trim().to_string() self.filename.1.get_text().to_string().trim().to_string()
}, },