Fix multi monitor setup with different DPI values

This commit is contained in:
stax76
2022-04-28 21:53:50 +02:00
parent 309ddbf08e
commit f489d59168
3 changed files with 24 additions and 30 deletions

View File

@@ -15,7 +15,6 @@ namespace mpvnet
public class AppSettings
{
public bool InputDefaultBindingsFixApplied;
public bool LogoCrash;
public bool ShowMenuFixApplied;
public int Volume = 70;
public List<string> RecentFiles = new List<string>();