Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Issue #97 Prevent multiple windows opening
Browse files Browse the repository at this point in the history
Changed the presentation mode for all windows to be
single instances
  • Loading branch information
anjannath committed Apr 5, 2021
1 parent 1f74bc6 commit a2e36f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CodeReady Containers/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!--Window Controller-->
<scene sceneID="io9-As-c8Q">
<objects>
<windowController id="I4M-tg-MG9" sceneMemberID="viewController">
<windowController showSeguePresentationStyle="single" id="I4M-tg-MG9" sceneMemberID="viewController">
<window key="window" title="Status and Logs" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="TEj-ih-NFz">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
Expand Down Expand Up @@ -151,7 +151,7 @@
<scene sceneID="3Mi-dy-arc">
<objects>
<customObject id="pPd-uq-JSt" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
<windowController id="SbK-ai-iAt" sceneMemberID="viewController">
<windowController showSeguePresentationStyle="single" id="SbK-ai-iAt" sceneMemberID="viewController">
<window key="window" title="About" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="hVt-He-jKJ">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
Expand Down Expand Up @@ -538,7 +538,7 @@
<!--Window Controller-->
<scene sceneID="YQg-7r-0iN">
<objects>
<windowController id="OEv-Wj-D9q" sceneMemberID="viewController">
<windowController showSeguePresentationStyle="single" id="OEv-Wj-D9q" sceneMemberID="viewController">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="hTJ-fB-oMW">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!--Window Controller-->
<scene sceneID="UZP-iD-tBs">
<objects>
<windowController storyboardIdentifier="PullSecretWindowController" id="Axx-Po-YKL" customClass="PullSecretWindowController" customModule="CodeReady_Containers" customModuleProvider="target" sceneMemberID="viewController">
<windowController storyboardIdentifier="PullSecretWindowController" showSeguePresentationStyle="single" id="Axx-Po-YKL" customClass="PullSecretWindowController" customModule="CodeReady_Containers" customModuleProvider="target" sceneMemberID="viewController">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="" animationBehavior="default" id="6J1-tL-yey">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<rect key="contentRect" x="109" y="1412" width="392" height="270"/>
Expand Down

0 comments on commit a2e36f2

Please sign in to comment.