mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -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
|
@ -51,7 +51,7 @@ namespace GreenshotPlugin.Controls {
|
|||
// The InitializeComponent() call is required for Windows Forms designer support.
|
||||
//
|
||||
InitializeComponent();
|
||||
Icon = GreenshotResources.getGreenshotIcon();
|
||||
Icon = GreenshotResources.GetGreenshotIcon();
|
||||
_shouldClose = false;
|
||||
Text = title;
|
||||
label_pleasewait.Text = text;
|
||||
|
|
|
@ -146,7 +146,7 @@ namespace GreenshotPlugin.Controls {
|
|||
protected override void OnLoad(EventArgs e) {
|
||||
// Every GreenshotForm should have it's default icon
|
||||
// And it might not ne needed for a Tool Window, but still for the task manager / switcher it's important
|
||||
Icon = GreenshotResources.getGreenshotIcon();
|
||||
Icon = GreenshotResources.GetGreenshotIcon();
|
||||
if (!DesignMode) {
|
||||
if (!_applyLanguageManually) {
|
||||
ApplyLanguage();
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace GreenshotPlugin.Controls {
|
|||
}
|
||||
InitializeComponent();
|
||||
ClientSize = size;
|
||||
Icon = GreenshotResources.getGreenshotIcon();
|
||||
Icon = GreenshotResources.GetGreenshotIcon();
|
||||
Text = browserTitle;
|
||||
_addressTextBox.Text = authorizationLink;
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace GreenshotPlugin.Controls {
|
|||
// The InitializeComponent() call is required for Windows Forms designer support.
|
||||
//
|
||||
InitializeComponent();
|
||||
Icon = GreenshotResources.getGreenshotIcon();
|
||||
Icon = GreenshotResources.GetGreenshotIcon();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue