remove 'invert', as night mode is on when checkbox is on
This commit is contained in:
parent
1a1919b6ac
commit
e2425d3b0d
@ -340,7 +340,7 @@ class CardLayout(QDialog):
|
||||
if not self.note_has_empty_field():
|
||||
a.setVisible(False)
|
||||
|
||||
a = m.addAction(tr(TR.CARD_TEMPLATES_INVERT_NIGHT_MODE))
|
||||
a = m.addAction(tr(TR.CARD_TEMPLATES_NIGHT_MODE))
|
||||
a.setCheckable(True)
|
||||
a.setChecked(self.night_mode_action_toggled)
|
||||
qconnect(a.triggered, self.on_night_mode_action_toggled)
|
||||
|
@ -13,7 +13,7 @@ card-templates-preview-box = Preview
|
||||
card-templates-template-box = Template
|
||||
card-templates-sample-cloze = This is a {"{{c1::"}sample{"}}"} cloze deletion.
|
||||
card-templates-fill-empty = Fill Empty Fields
|
||||
card-templates-invert-night-mode = Invert Night Mode
|
||||
card-templates-night-mode = Night Mode
|
||||
card-templates-add-mobile-class = Add Mobile Class
|
||||
card-templates-preview-settings = Options
|
||||
card-templates-invalid-template-number = Card template { $number } has a problem.
|
||||
|
Loading…
Reference in New Issue
Block a user