Skip to content

Commit

Permalink
Sync defaults after showing Get Started window
Browse files Browse the repository at this point in the history
  • Loading branch information
cstigler committed Oct 15, 2014
1 parent 2c03fd3 commit 020152a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions AppController.m
Expand Up @@ -236,6 +236,7 @@ - (void)refreshUserInterface {
if (![defaults_ boolForKey: @"GetStartedShown"]) {
[self showGetStartedWindow: self];
[defaults_ setBool: YES forKey: @"GetStartedShown"];
[defaults_ synchronize];
}
}
[refreshUILock_ unlock];
Expand Down
5 changes: 2 additions & 3 deletions FirstTime.xib
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6245"/>
</dependencies>
<objects>
Expand All @@ -28,7 +27,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView ambiguous="YES" editable="NO" importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="CX7-FB-kGe">
<rect key="frame" x="0.0" y="0.0" width="243" height="133"/>
<rect key="frame" x="0.0" y="0.0" width="243" height="381"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="465" height="381"/>
Expand Down Expand Up @@ -479,7 +478,7 @@ Cg
</scroller>
</scrollView>
<box autoresizesSubviews="NO" verticalHuggingPriority="750" fixedFrame="YES" title="Box" boxType="separator" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="S4K-lv-cZS">
<rect key="frame" x="0.0" y="31" width="465" height="4"/>
<rect key="frame" x="0.0" y="31" width="465" height="5"/>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
Expand Down

0 comments on commit 020152a

Please sign in to comment.