mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-31 20:59:56 +00:00
end work on awesomewidget
edit setdatabysource method
This commit is contained in:
@ -141,7 +141,6 @@ Item {
|
||||
// actions
|
||||
plasmoid.setAction("requestKey", i18n("Request key"), "utilities-system-monitor")
|
||||
plasmoid.setAction("showReadme", i18n("Show README"), "text-x-readme")
|
||||
plasmoid.setAction("updateText", i18n("Update text"), "view-refresh")
|
||||
plasmoid.setAction("checkUpdates", i18n("Check updates"), "system-software-update")
|
||||
}
|
||||
|
||||
@ -175,8 +174,4 @@ Item {
|
||||
if (message.length == 0) return
|
||||
AWActions.sendNotification("tag", message)
|
||||
}
|
||||
|
||||
function action_updateText() {
|
||||
if (debug) console.log("[main::action_updateText]")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user