Skip to content

Commit

Permalink
remove unused profile
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 8, 2024
1 parent 0367aaf commit 7921ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::env;
use std::path::Path;

use carousel::{CarouselInput, CarouselOutput, CarouselPagesModel};
use config::{APP_ID, GETTEXT_PACKAGE, LOCALEDIR, PROFILE, RESOURCES_FILE};
use config::{APP_ID, GETTEXT_PACKAGE, LOCALEDIR, RESOURCES_FILE};
use gettextrs::{gettext, LocaleCategory};
use relm4::adw::prelude::*;
use relm4::gtk::{gdk, gio, glib};
Expand Down

0 comments on commit 7921ef1

Please sign in to comment.