Skip to content

Commit

Permalink
- default application settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunat1q committed Nov 7, 2019
1 parent 8e7cd23 commit 5cef638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScreenAssistant/Core/Settings/ScreenAssistantSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ internal class ScreenAssistantSettings : INotifyPropertyChanged
private bool _lockToGameWindow = true;
private bool _fullScreenMode;
private string _selectedGameName = "Apex Legends";
private char _startKey;
private KeyModifier _startModifier;
private bool _muteSound;
private char _startKey = 'K';
private KeyModifier _startModifier = KeyModifier.Ctrl;
private bool _muteSound = true;

static ScreenAssistantSettings()
{
Expand Down

0 comments on commit 5cef638

Please sign in to comment.