mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-18 18:56:25 +00:00
Ah, this class died in a fire
This commit is contained in:
@@ -103,14 +103,6 @@ namespace Microsoft.Terminal.Settings.Editor
|
||||
Single Value;
|
||||
}
|
||||
|
||||
runtimeclass FeatureKeyValuePair : Windows.UI.Xaml.Data.INotifyPropertyChanged
|
||||
{
|
||||
FeatureKeyValuePair(String featureKey, UInt32 featureValue, Windows.Foundation.Collections.IMap<String, UInt32> baseMap, Windows.Foundation.Collections.IMap<String, String> tagToNameMap);
|
||||
String FeatureKey;
|
||||
UInt32 FeatureValue;
|
||||
Int32 FeatureIndex;
|
||||
}
|
||||
|
||||
runtimeclass AppearanceViewModel : Windows.UI.Xaml.Data.INotifyPropertyChanged
|
||||
{
|
||||
Boolean IsDefault;
|
||||
|
||||
Reference in New Issue
Block a user