Update french translation

This commit is contained in:
Charles Gagnon
2025-03-09 23:53:11 -04:00
parent 080b394899
commit 7309d801f2
2 changed files with 40 additions and 31 deletions

View File

@@ -85,9 +85,9 @@ export default class DashToPanelExtension extends Extension {
// To remove later, try to map settings using monitor indexes to monitor ids
PanelSettings.adjustMonitorSettings(SETTINGS)
// show the donate icon every 120 days (10368000000 milliseconds)
// show the donate icon every 360 days (31104000000 milliseconds)
let donateIconUnixtime = SETTINGS.get_string('hide-donate-icon-unixtime')
if (donateIconUnixtime && donateIconUnixtime < Date.now() - 10368000000)
if (donateIconUnixtime && donateIconUnixtime < Date.now() - 31104000000)
SETTINGS.set_string('hide-donate-icon-unixtime', '')
// if new version, display a notification linking to release notes