From e046a72750118dc618517a1ceaa4946649883fcc Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Wed, 18 Apr 2018 16:20:32 +0100
Subject: [PATCH] flesh out status todo comment

---
 src/components/views/login/VectorLoginFooter.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/views/login/VectorLoginFooter.js b/src/components/views/login/VectorLoginFooter.js
index 1289e84b..26e01c06 100644
--- a/src/components/views/login/VectorLoginFooter.js
+++ b/src/components/views/login/VectorLoginFooter.js
@@ -28,6 +28,7 @@ module.exports = React.createClass({
 
     render: function() {
         // FIXME: replace this with a proper Status skin
+        // ...except then we wouldn't be able to switch to the Status theme at runtime.
         if (SettingsStore.getValue("theme") === 'status') return <div/>;
         
         return (