Skip to content

Commit

Permalink
Fix add Graphic card to combo.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 31, 2014
1 parent 6113096 commit 1f007a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/FGraphic.module
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Public Logs As New Logger
Public Sub _inits()
Finfosys.ComboBox8.List = Dir("/sys/class/drm/", "*card[0-9]-*")
Try Finfosys.ComboBox8.List = Dir("/sys/class/drm/", "*card[0-9]-*")
End

Public Sub _check()
Expand Down

0 comments on commit 1f007a9

Please sign in to comment.