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.
This commit is contained in:
Hugo Osvaldo Barrera 2020-04-22 14:47:56 +02:00 committed by Pierre Peltier
parent 57b971515b
commit 0784b6bda1

View file

@ -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}"); // ""