change version and project becouse rafael1209 is autistic

This commit is contained in:
Dima yawaflua Andreev
2024-04-30 22:06:45 +03:00
parent bd216bd8be
commit ce9719e7d4
14 changed files with 1008 additions and 862 deletions

View File

@@ -1,5 +1,8 @@
using System;
using Discord_Custom_Status.Properties;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -14,9 +17,11 @@ namespace Discord_Custom_Status
[STAThread]
static void Main()
{
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
Application.Run(new DiscordCustomStatusForm());
}
}
}