@@ -32,7 +32,7 @@ public ImportExportResetNode(
3232 Height = 30 ,
3333 Width = 30 ,
3434 IsVisible = true ,
35- Tooltip = " Import Configuration\n (hold shift to confirm)" ,
35+ TextTooltip = " Import Configuration\n (hold shift to confirm)" ,
3636 TexturePath = Path . Combine ( GlobalServices . PluginInterface . AssemblyLocation . Directory ? . FullName ! , @"Media\Icons\download.png" ) ,
3737 OnClick = ( ) => ImportExportResetHelper . TryImportConfigFromClipboard (
3838 getOverlay ( ) , getConfig ( ) , onConfigChanged , closeWindow )
@@ -43,7 +43,7 @@ public ImportExportResetNode(
4343 Height = 30 ,
4444 Width = 30 ,
4545 IsVisible = true ,
46- Tooltip = "Export Configuration" ,
46+ TextTooltip = "Export Configuration" ,
4747 TexturePath = Path . Combine ( GlobalServices . PluginInterface . AssemblyLocation . Directory ? . FullName ! , @"Media\Icons\upload.png" ) ,
4848 OnClick = ( ) => ImportExportResetHelper . TryExportConfigToClipboard ( getConfig ( ) )
4949 } ) ;
@@ -54,7 +54,7 @@ public ImportExportResetNode(
5454 Height = 32 ,
5555 Width = 100 ,
5656 String = "Reset" ,
57- Tooltip = " Reset configuration\n (hold button to confirm)" ,
57+ TextTooltip = " Reset configuration\n (hold button to confirm)" ,
5858 OnClick = ( ) => ImportExportResetHelper . TryResetConfig (
5959 getConfig ( ) , kind , onConfigChanged , closeWindow )
6060 } ) ;
0 commit comments