aboutsummaryrefslogtreecommitdiff
path: root/app/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/account.go')
-rw-r--r--app/account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/account.go b/app/account.go
index c7abde6f..312ba89b 100644
--- a/app/account.go
+++ b/app/account.go
@@ -547,7 +547,7 @@ func (acct *AccountView) updateSplitView(msg *models.MessageInfo) {
}
acct.split = NewMessageViewer(acct, view)
switch acct.splitDir {
- case "split":
+ case "split", "hsplit":
acct.grid.AddChild(acct.split).At(1, 1)
case "vsplit":
acct.grid.AddChild(acct.split).At(0, 2)