mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-22 10:09:56 +00:00
* more correct sizes in the configuration interface
* remove additional debug information * increase limits for extscripts intervals to 10000 (fix #48)
This commit is contained in:
@ -107,7 +107,6 @@ Item {
|
||||
model: ["auto", "disable", "ati", "nvidia"]
|
||||
Component.onCompleted: {
|
||||
for (var i=0; i<model.length; i++) {
|
||||
console.log(cfg_dataengine["GPUDEV"])
|
||||
if (model[i] == cfg_dataengine["GPUDEV"]) {
|
||||
currentIndex = i;
|
||||
}
|
||||
|
Reference in New Issue
Block a user