1
0
Fork 0
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:
Username404-59 2025-06-21 19:12:22 +02:00
parent c2d55a1963
commit a253a23d57
No known key found for this signature in database
GPG key ID: F3A1878B14F5F0D7

View file

@ -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};