diff options
| author | EverythingWindows <[email protected]> | 2022-11-13 21:22:42 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-13 21:22:42 +0700 |
| commit | f3d11527bd83ae40616582d2116891e9d08831ae (patch) | |
| tree | 06cab73465261d2d4e0858509b7599ad8fb5889c /ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb | |
| parent | 54355f9686a5a07f27de5cd3444b87509df2fd2f (diff) | |
| download | shiftos-therevival-old-f3d11527bd83ae40616582d2116891e9d08831ae.tar.gz shiftos-therevival-old-f3d11527bd83ae40616582d2116891e9d08831ae.tar.bz2 shiftos-therevival-old-f3d11527bd83ae40616582d2116891e9d08831ae.zip | |
More NewLine migration, Epilepsy warning fixing, and fixing update system
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb b/ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb index 12410a1..6c9a256 100644 --- a/ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Epilepsy.Designer.vb @@ -77,6 +77,8 @@ Partial Class Epilepsy Me.ForeColor = System.Drawing.Color.White Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Epilepsy" + Me.ShowIcon = False + Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Epilepsy" Me.ResumeLayout(False) |
