mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Update french translation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user