mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 06:15:49 +00:00
* move isDebugEnabled method to AWActions
* add "Drop key cache" button
This commit is contained in:
@ -36,7 +36,7 @@ Item {
|
||||
id: awActions;
|
||||
}
|
||||
|
||||
property bool debug: awKeys.isDebugEnabled()
|
||||
property bool debug: awActions.isDebugEnabled()
|
||||
property variant settings: {
|
||||
"customTime": plasmoid.configuration.customTime,
|
||||
"customUptime": plasmoid.configuration.customUptime,
|
||||
|
Reference in New Issue
Block a user