mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 06:15:49 +00:00
refactor: use default qml library paths
previous implementation stores data in share instead of lib (I guess, I had issues with using default paths?). Let's use normal paths instead
This commit is contained in:
@ -21,8 +21,8 @@ import QtQuick.Layouts
|
||||
import org.kde.plasma.core as PlasmaCore
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
|
||||
import org.kde.plasma.private.desktoppanel 1.0
|
||||
import "."
|
||||
import org.kde.plasma.awesomewidgets
|
||||
import org.kde.plasma.private.desktoppanel
|
||||
|
||||
|
||||
PlasmoidItem {
|
||||
|
Reference in New Issue
Block a user