--- wysiwyg.js.orig	2008-11-30 22:53:05.000000000 -0800
+++ wysiwyg.js	2008-11-30 22:48:05.000000000 -0800
@@ -49,7 +49,9 @@
     // Directly attach this editor, if the input format is enabled or there is
     // only one input format at all.
     if (($this.is(':input') && $this.is(':checked')) || $this.is('div')) {
-      Drupal.wysiwygAttachToggleLink(context, params);
+      if (Drupal.settings['wysiwyg']['showToggle']) {
+        Drupal.wysiwygAttachToggleLink(context, params);
+      }
       Drupal.wysiwygAttach(context, params);
     }
     // Attach onChange handlers to input format selector elements.
