Skip to content

Commit

Permalink
refactor: Display migration at start if regular release or dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Oct 1, 2023
1 parent 25f5aa0 commit b94eccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class MainFrame(
if (guiProps.startFocusEnabled) {
toFront()
}
if (!apiWrapper.apiProperties.devBuild && !apiWrapper.apiProperties.preRelease) {
if (!apiWrapper.apiProperties.preRelease) {
menu.displayMigrationMessages()
}
if (guiProps.showTipOnStartup) {
Expand Down

0 comments on commit b94eccb

Please sign in to comment.