Merge branch 'master' of https://github.com/michael-lazar/rtv
This commit is contained in:
@@ -267,4 +267,8 @@ class SubmissionPage(BasePage):
|
||||
text, attr = GOLD, (curses.A_BOLD | Color.YELLOW)
|
||||
win.addnstr(text, n_cols - win.getyx()[1], attr)
|
||||
|
||||
if data['nsfw']:
|
||||
text, attr = 'NSFW', (curses.A_BOLD | Color.RED)
|
||||
win.addnstr(text, n_cols - win.getyx()[1], attr)
|
||||
|
||||
win.border()
|
||||
Reference in New Issue
Block a user