Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelink committed Mar 15, 2021
1 parent 3f1e462 commit ca3bf46
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 7 deletions.
Binary file modified .vs/qpv-plugins/v16/.suo
Binary file not shown.
42 changes: 36 additions & 6 deletions qpv-plugins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qpv-plugins",
"version": "1.2.3",
"version": "1.2.4",
"title": "QPV Plugins",
"description": {
"en": "Set of preinstalled plugins",
Expand Down Expand Up @@ -34,7 +34,13 @@
"type": "effect",
"inputRequired": true,
"dialog": true,
"hideMainForm": false
"hideMainForm": false,
"hotkey": {
"ctrl": true,
"shift": true,
"alt": false,
"key": 66
}
},
{
"name": "grayscale",
Expand All @@ -49,7 +55,13 @@
"type": "effect",
"inputRequired": true,
"dialog": false,
"hideMainForm": false
"hideMainForm": false,
"hotkey": {
"ctrl": false,
"shift": false,
"alt": true,
"key": 71
}
},
{
"name": "invert",
Expand All @@ -64,7 +76,13 @@
"type": "effect",
"inputRequired": true,
"dialog": false,
"hideMainForm": false
"hideMainForm": false,
"hotkey": {
"ctrl": true,
"shift": true,
"alt": false,
"key": 73
}
},
{
"name": "rainbow",
Expand All @@ -79,7 +97,13 @@
"type": "effect",
"inputRequired": true,
"dialog": false,
"hideMainForm": false
"hideMainForm": false,
"hotkey": {
"ctrl": false,
"shift": false,
"alt": true,
"key": 82
}
},
{
"name": "screenshot",
Expand All @@ -94,7 +118,13 @@
"type": "tool",
"inputRequired": false,
"dialog": false,
"hideMainForm": true
"hideMainForm": true,
"hotkey": {
"ctrl": false,
"shift": false,
"alt": false,
"key": 123
}
}
]
}
2 changes: 1 addition & 1 deletion qpv-plugins/BlurRegionForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private void BlurRegionForm_Load(object sender, EventArgs e)
}
closeBtn.DarkMode = DarkMode;
previewCheckbox.DarkMode = DarkMode;
typeComboBox.SetDarkMode(DarkMode);
typeComboBox.DarkMode = DarkMode;

infoTooltip.SetToolTip(closeBtn, NativeMan.GetMessageBoxText(NativeMan.DialogBoxCommandID.IDCLOSE) + " | Alt+F4");
}
Expand Down
Binary file modified qpv-plugins/bin/Release/QuickLibrary.dll
Binary file not shown.
Binary file modified qpv-plugins/bin/Release/QuickLibrary.pdb
Binary file not shown.
Binary file modified qpv-plugins/bin/Release/qpv-plugins.dll
Binary file not shown.
Binary file modified qpv-plugins/bin/Release/qpv-plugins.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
297793cd4242ccb33da4b85dc9fdff4ac0daa893
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ D:\Projects\qpv-plugins\qpv-plugins\bin\Release\Utf8Json.xml
D:\Projects\qpv-plugins\qpv-plugins\bin\Release\System.Threading.Tasks.Extensions.xml
D:\Projects\qpv-plugins\qpv-plugins\obj\Release\qpv-plugins.csproj.CopyComplete
D:\Projects\qpv-plugins\qpv-plugins\obj\Release\qpv_plugins.Properties.Resources.resources
D:\Projects\qpv-plugins\qpv-plugins\obj\Release\qpv-plugins.csproj.CoreCompileInputs.cache
D:\Projects\qpv-plugins\qpv-plugins\obj\Release\qpv-plugins.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file modified qpv-plugins/obj/Release/qpv-plugins.dll
Binary file not shown.
Binary file modified qpv-plugins/obj/Release/qpv-plugins.pdb
Binary file not shown.

0 comments on commit ca3bf46

Please sign in to comment.