- fix GPU detecting when 2 cards have the same driver (#143)

- processing GPUs with a generic model name (#109)
- add debug argument which allows saving some logs to the file (/Documents/log.txt)
This commit is contained in:
Serhiy Mytrovtsiy
2020-11-06 08:40:48 +01:00
parent a3ff3f3658
commit d62ebabb2b
7 changed files with 119 additions and 59 deletions

View File

@@ -91,7 +91,7 @@ internal class Settings: NSView, Settings_v {
}
internal func setList(_ list: GPUs) {
let disks = list.active().map{ $0.name }
let disks = list.active().map{ $0.model }
DispatchQueue.main.async(execute: {
if self.button?.itemTitles.count != disks.count {
self.button?.removeAllItems()