video record

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-09-15 17:31:28 +08:00
parent f5b7c34c81
commit 9489877c78
48 changed files with 1186 additions and 398 deletions

View File

@@ -726,6 +726,11 @@ pub fn get_langs() -> String {
crate::lang::LANGS.to_string()
}
#[inline]
pub fn default_video_save_directory() -> String {
scrap::record::RecorderContext::default_save_directory()
}
#[inline]
pub fn is_xfce() -> bool {
crate::platform::is_xfce()