Skip to content

Commit

Permalink
quick
Browse files Browse the repository at this point in the history
  • Loading branch information
fischgeek committed Aug 30, 2021
1 parent 3fbda92 commit 81a1b5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
17 changes: 0 additions & 17 deletions WheelSelect/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,21 +279,4 @@ private void txtInput_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
}
}
}

public enum Position
{
Top3,
Top2,
Top1,
Primary,
Bottom1,
Bottom2,
Bottom3
}
public enum WindowsTheme
{
Default,
LightMode,
DarkMode
}
}
16 changes: 16 additions & 0 deletions WheelSelect/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,20 @@ public enum OutputMethodEnum
Overwrite,
Append
}
public enum Position
{
Top3,
Top2,
Top1,
Primary,
Bottom1,
Bottom2,
Bottom3
}
public enum WindowsTheme
{
Default,
LightMode,
DarkMode
}
}

0 comments on commit 81a1b5e

Please sign in to comment.