mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
Remove now unused imports in menu
This commit is contained in:
parent
c2d55a1963
commit
a253a23d57
1 changed files with 0 additions and 2 deletions
|
@ -6,10 +6,8 @@ use crate::modules::ModuleUpdateEvent;
|
|||
use crate::modules::launcher::launch_command;
|
||||
use crate::script::Script;
|
||||
use crate::{image, spawn};
|
||||
use color_eyre::{Help, Report};
|
||||
use gtk::prelude::*;
|
||||
use gtk::{Align, Button, Label, Orientation};
|
||||
use std::process::{Command, Stdio};
|
||||
use tokio::sync::mpsc;
|
||||
use tracing::{debug, error};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue