mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Updates for the notification service, now an icon is shown and it now follows the configuration settings. [skip ci]
This commit is contained in:
parent
1ba0bf9b10
commit
7e96c99b3d
23 changed files with 90 additions and 43 deletions
|
@ -59,7 +59,7 @@ namespace Greenshot.Forms {
|
|||
/// Initialize the background brush
|
||||
/// </summary>
|
||||
static CaptureForm() {
|
||||
Image backgroundForTransparency = GreenshotResources.getImage("Checkerboard.Image");
|
||||
Image backgroundForTransparency = GreenshotResources.GetImage("Checkerboard.Image");
|
||||
BackgroundBrush = new TextureBrush(backgroundForTransparency, WrapMode.Tile);
|
||||
}
|
||||
|
||||
|
@ -415,7 +415,7 @@ namespace Greenshot.Forms {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="cursorLocation"></param>
|
||||
/// <returns></returns>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue