Skip to content

Commit

Permalink
Merge pull request #1 from watamario15/dev
Browse files Browse the repository at this point in the history
First major update: brings some nice features and bug fixes
  • Loading branch information
watamario15 authored Oct 27, 2022
2 parents b64b067 + 001eb89 commit bd5ac81
Show file tree
Hide file tree
Showing 31 changed files with 2,446 additions and 858 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.vscode/
/*.o
/*.exe
/*.aps
/RC*
Binary file added app.ico
Binary file not shown.
21 changes: 21 additions & 0 deletions app.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
Loading

0 comments on commit bd5ac81

Please sign in to comment.