mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
Fixed bug with crashing plasma
!current version is unstable!
This commit is contained in:
parent
a5fc96eb73
commit
9243220505
Binary file not shown.
@ -7,7 +7,7 @@ from util import *
|
||||
class Config():
|
||||
def __init__(self, applet):
|
||||
self.applet = applet
|
||||
self.config = self.applet.globalConfig()
|
||||
self.config = self.applet.config()
|
||||
|
||||
def get(self, key, default = ''):
|
||||
return self.config.readEntry(key, default).toString()
|
||||
|
Loading…
Reference in New Issue
Block a user