Skip to content

Commit

Permalink
[#] Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Nov 19, 2017
1 parent 5ade194 commit 7138e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions PasteEx/PasteEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
<ApplicationIcon>Resources\Image\ico.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
3 changes: 1 addition & 2 deletions PasteEx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ static void Main(string[] args)
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);

Client.Start();

if (args.Length > 0)
{
string command = args[0];
Expand Down Expand Up @@ -58,6 +56,7 @@ static void Main(string[] args)
}
else
{
Client.Start();
if (!RightMenu.Init())
{
return;
Expand Down

0 comments on commit 7138e59

Please sign in to comment.