Skip to content

Commit

Permalink
Flaps! Be gone!!
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Sep 26, 2024
1 parent 51f4e78 commit 0723872
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SwaImageConfiguration.st
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ FileStream
(Smalltalk at: #ArcDarkTheme) create.
(Smalltalk at: #ArcLightTheme) create.

[Flaps disableGlobalFlaps] valueSupplyingAnswer: true.

Utilities setAuthorInitials: String empty.
Smalltalk garbageCollect.

Expand All @@ -311,6 +309,7 @@ Project current in: [:oldProject |
(UserInterfaceTheme named: 'Arc (light)') applyScaled.
ReleaseBuilder deleteAllWindows.
ReleaseBuilder deleteAllOtherMorphs.
[Flaps disableGlobalFlaps] valueSupplyingAnswer: true.

balloon := Form fromFileNamed: progdir, '/balloon.png'.
WorldState addDeferredUIMessage: [
Expand Down

0 comments on commit 0723872

Please sign in to comment.