diff options
Diffstat (limited to 'appearance/shell.qml')
| -rw-r--r-- | appearance/shell.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appearance/shell.qml b/appearance/shell.qml index 56132c0..1a6aa75 100644 --- a/appearance/shell.qml +++ b/appearance/shell.qml @@ -20,5 +20,6 @@ ShellRoot { function toggle() { panel.toggle(""); } function wallpaper() { panel.toggle("wallpaper"); } function theme() { panel.toggle("theme"); } + function selftest(): string { return Hyprsunset.selftest(); } } } |
