From 94e31699bbc0fcdd8657641c43cb794a5edd7e24 Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Fri, 15 Dec 2023 21:02:00 +1100 Subject: [PATCH] Added script to trash FxPlug Preferences --- Scripts/trash_fxplug_prefs.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Scripts/trash_fxplug_prefs.sh diff --git a/Scripts/trash_fxplug_prefs.sh b/Scripts/trash_fxplug_prefs.sh new file mode 100755 index 00000000..c9e7c995 --- /dev/null +++ b/Scripts/trash_fxplug_prefs.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Trash Preferences: +/usr/bin/defaults delete com.latenitefilms.GyroflowToolbox.Renderer + +# Restart Preference Manager: +/usr/bin/killall cfprefsd \ No newline at end of file