mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Fixed icon
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@733 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
6329ea2da1
commit
15d1628972
1 changed files with 3 additions and 0 deletions
|
@ -540,6 +540,9 @@ namespace Greenshot {
|
|||
// Inform all registed plugins
|
||||
PluginHelper.instance.Shutdown();
|
||||
|
||||
// Make the Greenshot icon invisible
|
||||
notifyIcon.Visible = true;
|
||||
|
||||
conf.Store();
|
||||
HotkeyHelper.UnregisterHotkeys((int)this.Handle);
|
||||
SoundHelper.Deinitialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue