mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
Tray
This commit is contained in:
parent
1359ad16f0
commit
58911849b7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Jackett.Tray
|
||||
namespace JackettTray
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ namespace Jackett.Tray
|
|||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
// Application.Run(new Form1());
|
||||
Application.Run(new Main());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue