mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2025-12-23 23:18:07 -05:00
15 lines
255 B
C#
15 lines
255 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace nspector.Common
|
|
{
|
|
public enum SettingViewMode
|
|
{
|
|
Normal,
|
|
IncludeScannedSetttings,
|
|
CustomSettingsOnly,
|
|
}
|
|
}
|