You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"Custom theme '{mod.Name}' installed successfully!\n\nThe theme has been saved to your Custom Themes folder and will be available in the Themes settings.",
306
+
$"Custom theme '{mod.Name}' installed successfully!\n\nThe theme has been saved to your Custom Themes folder and will be available in Custom Launchers.",
"Existing mods found in the Modifications folder.\n\n"+
323
+
$"Would you like to delete existing mods before installing '{mod.Name}'?",
324
+
MessageBoxImage.Question,
325
+
MessageBoxButton.YesNo
326
+
);
327
+
328
+
if(result==MessageBoxResult.Yes)
329
+
{
330
+
awaitCleanModificationsDirectoryAsync();
331
+
}
332
+
}
333
+
334
+
awaitExtractZipAsync(tempFile);
335
+
315
336
Frontend.ShowMessageBox(
316
-
$"Mod '{mod.Name}' installed successfully!\n\nThe mod has been applied to your Modifications folder and will be used the next time you launch Roblox.",
0 commit comments