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
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: PenumbraModForwarder.UI/Program.cs
+46-16Lines changed: 46 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,33 @@ static class Program {
19
19
20
20
[STAThread]
21
21
staticvoidMain(string[]args){
22
-
MessageBox.Show("This is a notice that Penumbra Mod Forwarder is rebranding to Atomos in this next update.","Penumbra Mod Forwarder Migration To Atomos");
if(MessageBox.Show("Penumbra Mod Forwarder has a new update to version 2.0. Please be aware that in order to better differentiate the program from other similarly named FFXIV tools we will be re-branding to Atomos Mod Forwarder. Update now?","Penumbra Mod Forwarder Update Notice",MessageBoxButtons.YesNo)==DialogResult.Yes){
0 commit comments