mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
use GPU icon for amdgpu, fix #38
This commit is contained in:
@@ -54,6 +54,7 @@ const SensorsUtil = new Lang.Class({
|
||||
for(let i = 0; i < this._output.length; i++){
|
||||
|
||||
let isGpuDriver = this._output[i].indexOf("radeon") != -1
|
||||
|| this._output[i].indexOf("amdgpu") != -1
|
||||
|| this._output[i].indexOf("nouveau") != -1;
|
||||
|
||||
if (gpuFlag != isGpuDriver) {
|
||||
|
||||
Reference in New Issue
Block a user