退出首选项窗格插件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了退出首选项窗格插件相关的知识,希望对你有一定的参考价值。

If you're writing a preference pane and you'd like to exit back to the main System Preferences view, just use this code.
  1. NSAppleScript *script = [[NSAppleScript alloc] initWithSource:@"tell application "System Preferences" to set show all to true"];
  2. [script executeAndReturnError:nil];

以上是关于退出首选项窗格插件的主要内容,如果未能解决你的问题,请参考以下文章

无法运行首选项窗格应用程序

在 android 首选项片段中使用 startService()

如何隐藏片段中首选项之间的分隔符

使用片段在可Swipable选项卡中加载首选项设置

excel如何冻结首行?

[vscode]--HTML代码片段(基础版,reactvuejquery)