From 7138e5960ff25805b4d326e96ff508b17ffe8e28 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sun, 19 Nov 2017 23:38:46 +0800 Subject: [PATCH] [#] Minor adjustment --- PasteEx/PasteEx.csproj | 3 +-- PasteEx/Program.cs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/PasteEx/PasteEx.csproj b/PasteEx/PasteEx.csproj index 10e616f..1444ba6 100644 --- a/PasteEx/PasteEx.csproj +++ b/PasteEx/PasteEx.csproj @@ -46,8 +46,7 @@ 4 - - + Resources\Image\ico.ico diff --git a/PasteEx/Program.cs b/PasteEx/Program.cs index 95e0b0a..87fff20 100644 --- a/PasteEx/Program.cs +++ b/PasteEx/Program.cs @@ -24,8 +24,6 @@ static void Main(string[] args) Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Client.Start(); - if (args.Length > 0) { string command = args[0]; @@ -58,6 +56,7 @@ static void Main(string[] args) } else { + Client.Start(); if (!RightMenu.Init()) { return;