mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
get default window area, remove debug process id
This commit is contained in:
parent
1ca87ced12
commit
b3d4fcdea8
@ -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()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user