Skip to content

Commit

Permalink
[FIX] on hyper theme, allow mru title icon to be empty (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: vinii <=>
  • Loading branch information
ViniiR authored Oct 14, 2024
1 parent fabf5fe commit d53c991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/dashboard/theme/hyper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ local function gen_center(plist, config)

local start_col = plist[plist_len + 2]:find('[^%s]') - 1
local _, scol = plist[2]:find('%S')
if scol == nil then
scol = 0
end

local hotkey = gen_hotkey(config)

Expand Down

0 comments on commit d53c991

Please sign in to comment.