mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +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" },
|
||||
#endif
|
||||
{ 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