Skip to content

Commit

Permalink
Add eye icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppedpuma committed Jan 6, 2025
1 parent d8341dc commit 39b0510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified res/fonts/icons.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions src/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ pub const FOLDERFAVOURITES: &str = "\u{E938}";
pub const FOLDERFILL: &str = "\u{E93a}";
pub const TERMINAL: &str = "\u{E939}";
pub const DRIVE: &str = "\u{E93d}";
pub const EYE: &str = "\u{E93e}";
pub const EYEOFF: &str = "\u{E93f}";

// TODO: FIX THESE
// These are used in code, but are not in the list above.
Expand Down

0 comments on commit 39b0510

Please sign in to comment.