Skip to content

Commit

Permalink
Add Kde Neon
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 21, 2016
1 parent 3037c85 commit 4c80573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added Database/Distlogos/kde_neon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions I-Nex/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Public Sub _inits()
Case Like "*centos*"
Finfosys.PictureBox2.Picture = Picture["/etc/i-nex/Database/Distlogos/centos.png"]
Finfosys.PictureBox2.Name = "centos.png"
Case Like "*neon*"
Finfosys.PictureBox2.Picture = Picture["/etc/i-nex/Database/Distlogos/kde_neon.png"]
Finfosys.PictureBox2.Name = "kde_neon.png"
End Select

If Finfosys.SCREENFETCH["Distro"] Like "*Ubuntu*" And Finfosys.SCREENFETCH["DE"] Like "*KDE*" Then
Expand Down

0 comments on commit 4c80573

Please sign in to comment.