diff --git a/Constants.cs b/Constants.cs
index f7694a6..51cdfc0 100644
--- a/Constants.cs
+++ b/Constants.cs
@@ -8,7 +8,7 @@ namespace DirectXHost
{
public static class Constants
{
- public const string WindowTitle = "Discord Overlay Host: DirectX";
+ public const string WindowTitle = "Discord Overlay Host";
public const int StartWidth = 768;
public const int StartHeight = 432;
public const int RefreshRate = 60;
diff --git a/DirectXHost.cs b/DirectXHost.cs
index e32996d..d018080 100644
--- a/DirectXHost.cs
+++ b/DirectXHost.cs
@@ -143,7 +143,7 @@ private void InitializeRenderForm()
_dxForm.ClientSize = new System.Drawing.Size(Constants.StartWidth, Constants.StartHeight);
_dxForm.MinimumSize = _dxForm.Bounds.Size;
_dxForm.StartPosition = FormStartPosition.CenterScreen;
- _dxForm.FormBorderStyle = FormBorderStyle.Sizable;
+ _dxForm.FormBorderStyle = FormBorderStyle.SizableToolWindow;
_dxForm.GotFocus += (s, e) => ShouldShowOverlayFrame(true);
_dxForm.LostFocus += (s, e) => ShouldShowOverlayFrame(false);
_dxForm.TopMost = false;
diff --git a/DirectXHost.csproj b/DirectXHost.csproj
index b083f32..e5a6d20 100644
--- a/DirectXHost.csproj
+++ b/DirectXHost.csproj
@@ -8,10 +8,11 @@
WinExe
Properties
DirectXHost
- DirectXHost
+ Discord Overlay
v4.5.2
512
true
+ false
publish\
true
Disk
@@ -24,7 +25,6 @@
true
0
1.0.0.%2a
- false
false
true
@@ -33,7 +33,7 @@
true
full
false
- bin\%24%28Configuration%29\
+ bin\$(Configuration)\
DEBUG;TRACE
prompt
4
@@ -42,7 +42,7 @@
AnyCPU
pdbonly
true
- bin\%24%28Configuration%29\
+ bin\$(Configuration)\
TRACE
prompt
4
@@ -125,11 +125,11 @@
-
\ No newline at end of file