add:issue #180
This commit is contained in:
@@ -229,7 +229,7 @@ namespace Ink_Canvas.Helpers
|
|||||||
_interceptRules[InterceptType.SeewoWhiteboard5CFloating] = new InterceptRule
|
_interceptRules[InterceptType.SeewoWhiteboard5CFloating] = new InterceptRule
|
||||||
{
|
{
|
||||||
Type = InterceptType.SeewoWhiteboard5CFloating,
|
Type = InterceptType.SeewoWhiteboard5CFloating,
|
||||||
ProcessName = "EasiNote",
|
ProcessName = "EasiNote5C",
|
||||||
WindowTitlePattern = "",
|
WindowTitlePattern = "",
|
||||||
ClassNamePattern = "",
|
ClassNamePattern = "",
|
||||||
IsEnabled = true,
|
IsEnabled = true,
|
||||||
@@ -277,7 +277,7 @@ namespace Ink_Canvas.Helpers
|
|||||||
_interceptRules[InterceptType.AiClassFloating] = new InterceptRule
|
_interceptRules[InterceptType.AiClassFloating] = new InterceptRule
|
||||||
{
|
{
|
||||||
Type = InterceptType.AiClassFloating,
|
Type = InterceptType.AiClassFloating,
|
||||||
ProcessName = "AiClass",
|
ProcessName = "ClassIn",
|
||||||
WindowTitlePattern = "",
|
WindowTitlePattern = "",
|
||||||
ClassNamePattern = "",
|
ClassNamePattern = "",
|
||||||
IsEnabled = true,
|
IsEnabled = true,
|
||||||
@@ -325,7 +325,7 @@ namespace Ink_Canvas.Helpers
|
|||||||
_interceptRules[InterceptType.IntelligentClassFloating] = new InterceptRule
|
_interceptRules[InterceptType.IntelligentClassFloating] = new InterceptRule
|
||||||
{
|
{
|
||||||
Type = InterceptType.IntelligentClassFloating,
|
Type = InterceptType.IntelligentClassFloating,
|
||||||
ProcessName = "IntelligentClass",
|
ProcessName = "ClassIn",
|
||||||
WindowTitlePattern = "",
|
WindowTitlePattern = "",
|
||||||
ClassNamePattern = "",
|
ClassNamePattern = "",
|
||||||
IsEnabled = true,
|
IsEnabled = true,
|
||||||
@@ -337,7 +337,7 @@ namespace Ink_Canvas.Helpers
|
|||||||
_interceptRules[InterceptType.SeewoDesktopAnnotationFloating] = new InterceptRule
|
_interceptRules[InterceptType.SeewoDesktopAnnotationFloating] = new InterceptRule
|
||||||
{
|
{
|
||||||
Type = InterceptType.SeewoDesktopAnnotationFloating,
|
Type = InterceptType.SeewoDesktopAnnotationFloating,
|
||||||
ProcessName = "SeewoDesktop",
|
ProcessName = "Seewo",
|
||||||
WindowTitlePattern = "",
|
WindowTitlePattern = "",
|
||||||
ClassNamePattern = "",
|
ClassNamePattern = "",
|
||||||
IsEnabled = true,
|
IsEnabled = true,
|
||||||
@@ -349,7 +349,7 @@ namespace Ink_Canvas.Helpers
|
|||||||
_interceptRules[InterceptType.SeewoDesktopSideBarFloating] = new InterceptRule
|
_interceptRules[InterceptType.SeewoDesktopSideBarFloating] = new InterceptRule
|
||||||
{
|
{
|
||||||
Type = InterceptType.SeewoDesktopSideBarFloating,
|
Type = InterceptType.SeewoDesktopSideBarFloating,
|
||||||
ProcessName = "SeewoDesktop",
|
ProcessName = "Seewo",
|
||||||
WindowTitlePattern = "",
|
WindowTitlePattern = "",
|
||||||
ClassNamePattern = "",
|
ClassNamePattern = "",
|
||||||
IsEnabled = true,
|
IsEnabled = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user