Skip to content

Commit

Permalink
Glow has been updated to version v1.90
Browse files Browse the repository at this point in the history
  • Loading branch information
roines45 committed Oct 18, 2023
1 parent 0b72f5d commit 3079719
Show file tree
Hide file tree
Showing 18 changed files with 3,191 additions and 103 deletions.
4 changes: 2 additions & 2 deletions Glow/App.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
</startup>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
<add key="DpiAwareness" value="PerMonitorV2"/>
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>
71 changes: 46 additions & 25 deletions Glow/Glow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3079719

Please sign in to comment.