fix:PPT放映模式下进退白板翻页按钮不显示

This commit is contained in:
CJK_mkp
2025-06-10 17:10:53 +08:00
parent 85d98c0b70
commit 0a50d15da0
24 changed files with 21 additions and 5 deletions
+2 -2
View File
@@ -214,8 +214,8 @@ namespace Ink_Canvas {
if (isIslandCallerFirstClick)
{
MessageBox.Show(
"首次使用ClassIsland点名功能,请确保已安装ClassIsland和Island caller插件。\n" +
"如未安装,请前往官网下载并安装后再使用。",
"使用ClassIsland点名功能,请确保已安装ClassIsland和Island caller插件。\n" +
"如未安装,请前往官网下载并安装后再使用。如果安装请再次点击此按钮。",
"提示", MessageBoxButton.OK, MessageBoxImage.Information);
isIslandCallerFirstClick = false;
return;