mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Move FanMode and OverlayMode to GlobalConfig
This commit is contained in:
parent
39fb809e01
commit
604a7e5b0b
8 changed files with 66 additions and 52 deletions
|
|
@ -16,13 +16,6 @@ namespace FanControl
|
|||
[RefreshProperties(RefreshProperties.Repaint)]
|
||||
internal partial class FanController : IDisposable
|
||||
{
|
||||
public enum FanMode
|
||||
{
|
||||
Default,
|
||||
SteamOS,
|
||||
Max
|
||||
}
|
||||
|
||||
[CategoryAttribute("Fan")]
|
||||
public FanMode Mode { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue