highlight untagged category when necessary
[grauphel.git] / controller / guicontroller.php
index 534f18ff4bdc848130eed03feb32589dd3de6baa..d186207105d82879332503e8a77f61a507b26cab 100644 (file)
@@ -121,7 +121,7 @@ class GuiController extends Controller
             )
         );
 
-        $selectedRawtag = null;
+        $selectedRawtag = 'grauphel:special:untagged';
         if (count($note->tags) > 0) {
             $selectedRawtag = $note->tags[0];
         }