Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 29, 2024
1 parent 9b6db00 commit 06560ca
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion lala_bar/src/launcher/applications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use iced::{Element, Length};

use super::Message;

static DEFAULT_ICON: &[u8] = include_bytes!("../../assets/text-plain.svg");
static DEFAULT_ICON: &[u8] = include_bytes!("../../asserts/text-plain.svg");

#[allow(unused)]
#[derive(Debug, Clone)]
Expand Down
6 changes: 3 additions & 3 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const UNIT_MARGIN: i32 = 135;

const EXTRAINF_MARGIN: i32 = BEGINNING_UP_MARGIN + 4 * UNIT_MARGIN;

const LAUNCHER_SVG: &[u8] = include_bytes!("../assets/launcher.svg");
const LAUNCHER_SVG: &[u8] = include_bytes!("../asserts/launcher.svg");

const RESET_SVG: &[u8] = include_bytes!("../assets/reset.svg");
const RESET_SVG: &[u8] = include_bytes!("../asserts/reset.svg");

const ERROR_SVG: &[u8] = include_bytes!("../assets/error.svg");
const ERROR_SVG: &[u8] = include_bytes!("../asserts/error.svg");

const MAX_SHOWN_NOTIFICATIONS_COUNT: usize = 4;

Expand Down

0 comments on commit 06560ca

Please sign in to comment.