mirror of
https://github.com/greenshot/greenshot
synced 2025-08-23 06:36:20 -07:00
Fixed bug in the AboutForm
This commit is contained in:
parent
9d2e050217
commit
59010682a0
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace Greenshot
|
||||||
.AssignableTo<IService>()
|
.AssignableTo<IService>()
|
||||||
.As<IService>()
|
.As<IService>()
|
||||||
.AsSelf()
|
.AsSelf()
|
||||||
|
.AsImplementedInterfaces()
|
||||||
.SingleInstance();
|
.SingleInstance();
|
||||||
|
|
||||||
builder
|
builder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue