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