Skip to content

Commit

Permalink
refactor: Added settings for DTE instance on creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuca committed Feb 17, 2024
1 parent feb6d6e commit 90bf6fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
30 changes: 0 additions & 30 deletions appveyor.yml

This file was deleted.

4 changes: 4 additions & 0 deletions src/TwinGet.TwincatInterface/TwincatDteProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ public TwincatDteProvider(object owner, bool startMsgFiltering = true)
);
}

Dte.SuppressUI = true;
Dte.MainWindow.Visible = false;
Dte.UserControl = false;

if (startMsgFiltering)
{
_startedMsgFiltering = true;
Expand Down

0 comments on commit 90bf6fa

Please sign in to comment.