feat(persona): Allow verifying theme in KDE

This commit is contained in:
Panic
2025-12-08 07:22:02 -07:00
parent 66cfb1f86d
commit 7bcca1f792
5 changed files with 47 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ type GitIdentityProvider interface {
type ThemeHandler interface {
SetTheme(theme string) error
SetWallpaper(path string) error
GetTheme() (string, error)
}
type System interface {