From 127b7bbeabb15c20d8fcb78f77022273bd49a64d Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Mon, 18 Aug 2025 16:53:26 +0200 Subject: [PATCH] Small shell.qml update --- shell.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/shell.qml b/shell.qml index fb53741..ecd45bc 100644 --- a/shell.qml +++ b/shell.qml @@ -1,3 +1,10 @@ +/* + * Noctalia – made by https://github.com/noctalia-dev + * Licensed under the MIT License. + * Forks and modifications are allowed under the MIT License, + * but proper credit must be given to the original author. +*/ + // Disable reload popup add this as a new row: //pragma Env QS_NO_RELOAD_POPUP=1 import QtQuick import Quickshell