Skip to content

Commit

Permalink
修复本机剪切板内循环,更改通知栏icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed May 19, 2017
1 parent fbcd418 commit fcc0ae9
Show file tree
Hide file tree
Showing 8 changed files with 547 additions and 548 deletions.
18 changes: 9 additions & 9 deletions SyncClipboard/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions SyncClipboard/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public MainForm()
this.LoadConfig();
this.syncService = new SyncService(this);
this.syncService.Start();
//notifyMenu.RenderMode = ToolStripRenderMode .System ;
}
public void LoadConfig()
{
Expand Down
Loading

0 comments on commit fcc0ae9

Please sign in to comment.