mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-09 22:37:57 -05:00
Merge pull request #592 from justingallagher/fixgpuunknown
Set GPU to Not Found if Intel check fails
This commit is contained in:
@@ -1609,7 +1609,7 @@ DetectIntelGPU() {
|
||||
gpu="intel"
|
||||
;;
|
||||
*)
|
||||
gpu="Unknown"
|
||||
gpu="Not Found"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user