Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelink committed May 23, 2020
1 parent dd8f489 commit c168f91
Show file tree
Hide file tree
Showing 65 changed files with 6,451 additions and 337 deletions.
Binary file modified .vs/quick-screen-recorder/v16/.suo
Binary file not shown.
Binary file modified .vs/quick-screen-recorder/v16/Server/sqlite3/storage.ide
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified QuickScreenRecorder-Setup/Release/QuickScreenRecorder-Setup.msi
Binary file not shown.
21 changes: 1 addition & 20 deletions quick-screen-recorder/AboutForm.Designer.cs

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

2 changes: 0 additions & 2 deletions quick-screen-recorder/AboutForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public AboutForm(bool darkMode)
projectLink.LinkColor = ThemeManager.AccentColor;
licenseLink.LinkColor = ThemeManager.AccentColor;
issuesLink.LinkColor = ThemeManager.AccentColor;

okButton.BackColor = ThemeManager.DarkSecondColor;
}
}

Expand Down
11 changes: 10 additions & 1 deletion quick-screen-recorder/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<value>0</value>
</setting>
<setting name="AlwaysOnTop" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
<setting name="QualityIndex" serializeAs="String">
<value>2</value>
Expand All @@ -25,6 +25,15 @@
<setting name="HideTaskbar" serializeAs="String">
<value>False</value>
</setting>
<setting name="Preview" serializeAs="String">
<value>True</value>
</setting>
<setting name="CheckForUpdates" serializeAs="String">
<value>True</value>
</setting>
<setting name="Folder" serializeAs="String">
<value />
</setting>
</quick_screen_recorder.Properties.Settings>
</userSettings>
</configuration>
4 changes: 3 additions & 1 deletion quick-screen-recorder/AreaForm.Designer.cs

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

Loading

0 comments on commit c168f91

Please sign in to comment.