mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 09:03:58 +00:00
Added DD-MM-YYYY format option button in configuration menu. (#3710)
Co-authored-by: yash_kale <yash_kale@persistent.com>
This commit is contained in:
@@ -67,4 +67,6 @@ QMap<QString, QString> StrftimeChooserWidget::m_buttonData{
|
|||||||
{ QT_TR_NOOP("Full Date (%m/%d/%y)"), "%D" },
|
{ QT_TR_NOOP("Full Date (%m/%d/%y)"), "%D" },
|
||||||
#endif
|
#endif
|
||||||
{ QT_TR_NOOP("Full Date (%Y-%m-%d)"), "%F" },
|
{ QT_TR_NOOP("Full Date (%Y-%m-%d)"), "%F" },
|
||||||
|
{ QT_TR_NOOP("Full Date (%d-%m-%Y)"), "%d-%m-%Y" },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user