From 460389f9c1babe06dd31b5ce185f995a2a7e8e54 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:23:42 +0530 Subject: [PATCH] [Anisette-Servers]: increased duration of toast for a successful refresh --- AltStore/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index ae78243a..28dc82d7 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -953,7 +953,7 @@ extension SettingsViewController func handleRefreshResult(_ result: Result) { var message = "Servers list refreshed" var details: String? = nil - var duration: TimeInterval = 1.0 + var duration: TimeInterval = 2.0 switch result { case .success: