Skip to content

Commit 89679f5

Browse files
YashKale313yash_kale
andauthored
Added DD-MM-YYYY format option button in configuration menu. (flameshot-org#3710)
Co-authored-by: yash_kale <[email protected]>
1 parent 67042f2 commit 89679f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/strftimechooserwidget.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ QMap<QString, QString> StrftimeChooserWidget::m_buttonData{
6767
{ QT_TR_NOOP("Full Date (%m/%d/%y)"), "%D" },
6868
#endif
6969
{ QT_TR_NOOP("Full Date (%Y-%m-%d)"), "%F" },
70+
{ QT_TR_NOOP("Full Date (%d-%m-%Y)"), "%d-%m-%Y" },
71+
7072
};

0 commit comments

Comments
 (0)