diff --git a/Start-SPMigrationGUI.ps1 b/Start-SPMigrationGUI.ps1 index fa9ebff..ef6ec25 100644 --- a/Start-SPMigrationGUI.ps1 +++ b/Start-SPMigrationGUI.ps1 @@ -787,7 +787,6 @@ class DialogBuilder : BaseComponent { [void](Add-Type -AssemblyName System.Windows.Forms) [void](Add-Type -AssemblyName System.Drawing) [System.Windows.Forms.Application]::EnableVisualStyles() -[System.Windows.Forms.Application]::SetCompatibleTextRenderingDefault($false) $script:SettingsManager = [SettingsManager]::new("SPMigrationTool") $script:LogManager = [LogManager]::new("SPMigrationTool")