mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Upgraded to .NET Framework 4.7.2 due to netstandard 2.0 issues, any lower version would make the installer even bigger.
Fixed an issue that some destinations were not visible as they were exported wrong.
This commit is contained in:
parent
bc2e991a2d
commit
1751880581
15 changed files with 26 additions and 21 deletions
|
@ -62,7 +62,7 @@ namespace GreenshotBoxPlugin {
|
|||
// Register configuration (don't need the configuration itself)
|
||||
_config = IniConfig.GetIniSection<BoxConfiguration>();
|
||||
_resources = new ComponentResourceManager(typeof(BoxPlugin));
|
||||
SimpleServiceProvider.Current.AddService(new BoxDestination(this));
|
||||
SimpleServiceProvider.Current.AddService<IDestination>(new BoxDestination(this));
|
||||
_itemPlugInConfig = new ToolStripMenuItem {
|
||||
Image = (Image) _resources.GetObject("Box"),
|
||||
Text = Language.GetString("box", LangKey.Configure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue