mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-17 14:19:56 +00:00
-
This commit is contained in:
@ -701,8 +701,7 @@ class ConfigWindow(QWidget):
|
||||
order.append(self.ui.slider_temp.value())
|
||||
if (self.ui.checkBox_uptime.checkState() == 2):
|
||||
order.append(self.ui.slider_uptime.value())
|
||||
print order
|
||||
|
||||
for value in range(len(order)+1)[1:]:
|
||||
if (order.count(value) == 0):
|
||||
print value
|
||||
return int(value)
|
||||
|
Reference in New Issue
Block a user