mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35: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:
@ -18,8 +18,8 @@
|
||||
import QtQuick 2.15
|
||||
import org.kde.kcmutils as KCM
|
||||
|
||||
import org.kde.plasma.private.desktoppanel 1.0
|
||||
import "."
|
||||
import org.kde.plasma.awesomewidgets
|
||||
import org.kde.plasma.private.desktoppanel
|
||||
|
||||
|
||||
KCM.SimpleKCM {
|
||||
|
Reference in New Issue
Block a user