removed unnecessary comments

This commit is contained in:
Marepalli Santhosh
2025-11-09 11:37:32 +05:30
committed by GitHub
parent 8a5852f61a
commit 935a8ee411
@@ -11,9 +11,7 @@ import qs.modules.overlay.volumeMixer
import qs.modules.overlay.fpsLimiter
import qs.modules.overlay.recorder
import qs.modules.overlay.resources
// CUSTOM: Stickypad integration - START
import qs.modules.overlay.stickypad
// CUSTOM: Stickypad integration - END
DelegateChooser {
id: root
@@ -24,7 +22,5 @@ DelegateChooser {
DelegateChoice { roleValue: "fpsLimiter"; FpsLimiter {} }
DelegateChoice { roleValue: "recorder"; Recorder {} }
DelegateChoice { roleValue: "resources"; Resources {} }
// CUSTOM: Stickypad integration - START
DelegateChoice { roleValue: "stickypad"; Stickypad {} }
// CUSTOM: Stickypad integration - END
}