aboutsummaryrefslogtreecommitdiffstats
path: root/internal/swextreload.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/swextreload.go')
-rw-r--r--internal/swextreload.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/swextreload.go b/internal/swextreload.go
index 7a2ba0b..97626db 100644
--- a/internal/swextreload.go
+++ b/internal/swextreload.go
@@ -37,6 +37,10 @@ func Reload(
if err != nil {
return err
}
+
+ // TODO: Do the reload of the current page after reloading all
+ // extensions. The current system doesn't work well with multiple
+ // extensions.
}
return nil