forked from Shinonome/dots-hyprland
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