Ignore:
Timestamp:
01/21/14 15:24:08 (10 years ago)
Author:
jts21
Message:

Implement settings for FrameShareTimeout and StartFrame. StartFrame does not currently support returning to the last visited frame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/settings/UserSettings.java

    r729 r732  
    4545        public static final IntegerSetting Gravity = new IntegerSetting("Distance the cursor has to be from a text item to select the text item", 3);
    4646       
     47        public static final StringSetting StartFrame = new StringSetting("The frame to go to when Expeditee is started (defaults to the profile frame)", null);
     48       
    4749        /*
    4850         * Stuff that goes first
Note: See TracChangeset for help on using the changeset viewer.