mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 01:09:58 -05:00
Feature (Overlay): MangoHud Fps Limiter widget
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import qs.modules.common
|
||||
import qs.modules.overlay
|
||||
|
||||
StyledOverlayWidget {
|
||||
id: root
|
||||
title: "FPS Limiter"
|
||||
contentItem: FpsLimiterContent {}
|
||||
}
|
||||
Reference in New Issue
Block a user