From 0784b6bda1ac217cade6e97a5664a7e79dd660c0 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Wed, 22 Apr 2020 14:47:56 +0200 Subject: [PATCH] Fix the icon for "ini" ini files are config files (they're a standard in the Python world, though definitely not exclusive to it). For some reason, the previous mapping was a Windows logo, though, ironically, much of the tooling that uses this file format is *nix-specific. Using a more generic icon for this. --- src/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icon.rs b/src/icon.rs index fd2a99e..688be40 100644 --- a/src/icon.rs +++ b/src/icon.rs @@ -236,7 +236,7 @@ impl Icons { m.insert("ico", "\u{f1c5}"); // "" m.insert("image", "\u{f1c5}"); // "" m.insert("iml", "\u{e7b5}"); // "" - m.insert("ini", "\u{f17a}"); // "" + m.insert("ini", "\u{e615}"); // "" m.insert("ipynb", "\u{e606}"); // "" m.insert("jar", "\u{e204}"); // "" m.insert("java", "\u{e204}"); // ""