Skip to content

Commit

Permalink
Detect Netrunner Sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed May 14, 2014
1 parent 719bc4b commit 5637099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Public Sub _inits()
Case Like "*LinuxDeepin*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/LinuxDeepin.png"]
Finfosys.PictureBox2.Name = "LinuxDeepin.png"
Case Like "*netrunner*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/netrunner.png"]
Finfosys.PictureBox2.Name = "netrunner.png"
End Select

If DV Like "*Ubuntu*" And DE Like "*KDE*" Then
Expand Down
Binary file added src/i-nex/Database/Distlogos/netrunner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5637099

Please sign in to comment.