sortwidget: no title bar left button if sort disabled

reviewable/pr11705/r3
hius07 1 month ago committed by GitHub
parent 1d5ceabc3b
commit cae7e8bfec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -295,7 +295,7 @@ function SortWidget:init()
bottom_line_color = Blitbuffer.COLOR_DARK_GRAY,
bottom_line_h_padding = padding,
title = self.title,
left_icon = "appbar.menu",
left_icon = not self.sort_disabled and "appbar.menu",
left_icon_tap_callback = function() self:showMenu() end,
close_callback = function() self:onClose() end,
show_parent = self,

Loading…
Cancel
Save