Skip to content

Commit

Permalink
Merge pull request nokyan#224 from nokyan/fix-flash-storage-icon
Browse files Browse the repository at this point in the history
Fix icon name for flash storage (nokyan#223)
  • Loading branch information
nokyan authored May 3, 2024
2 parents d640d9d + c103a98 commit 0436a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/drive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ impl Drive {
match self.drive_type {
DriveType::CdDvdBluray => ThemedIcon::new("cd-dvd-bluray-symbolic").into(),
DriveType::Emmc => ThemedIcon::new("emmc-symbolic").into(),
DriveType::Flash => ThemedIcon::new("flash-memory-symbolic").into(),
DriveType::Flash => ThemedIcon::new("flash-storage-symbolic").into(),
DriveType::Floppy => ThemedIcon::new("floppy-symbolic").into(),
DriveType::Hdd => ThemedIcon::new("hdd-symbolic").into(),
DriveType::LoopDevice => ThemedIcon::new("loop-device-symbolic").into(),
Expand Down

0 comments on commit 0436a85

Please sign in to comment.