chore: changes from formatting on save

This commit is contained in:
Hamir Mahal 2024-06-06 15:17:39 -07:00
parent ff94308bd9
commit 13c6ea3e13
No known key found for this signature in database

View File

@ -6,8 +6,8 @@ mod area_capture;
mod config_management;
mod ffmpeg_interface;
mod timer;
mod wayland_record;
mod utils;
mod wayland_record;
use ffmpeg_interface::Ffmpeg;
use gettextrs::{bindtextdomain, gettext, setlocale, textdomain, LocaleCategory};
@ -15,19 +15,17 @@ use gtk::glib;
use gtk::prelude::*;
use gtk::{
AboutDialog, Application, Builder, Button, CheckButton, ComboBoxText, CssProvider, Entry,
FileChooserAction, FileChooserNative, Image, Label, SpinButton,
ToggleButton, Window,
FileChooserAction, FileChooserNative, Image, Label, SpinButton, ToggleButton, Window,
};
use utils::is_wayland;
use std::cell::RefCell;
use std::ops::Add;
use std::path::Path;
use std::process::{Command, Stdio};
use std::rc::Rc;
use timer::{recording_delay, start_timer, stop_timer};
use utils::is_wayland;
use wayland_record::WaylandRecorder;
#[async_std::main]
async fn main() {
// Create new application