Skip to content

Commit

Permalink
Fix icon name for flash storage (nokyan#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed May 3, 2024
1 parent d640d9d commit c103a98
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 c103a98

Please sign in to comment.