Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 7cf60f3

Browse files
committed
Adjust method placement.
1 parent e76bdc4 commit 7cf60f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PenumbraModForwarder.UI/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ static void Main(string[] args) {
3434

3535
IsProgramAlreadyRunning();
3636

37+
// Migrate lingering old configurations
38+
MigrateOldConfigIfExists();
39+
3740
CheckForUpdates();
3841

3942
if (IsExiting) {

0 commit comments

Comments
 (0)