Changeset 1470 for trunk


Ignore:
Timestamp:
11/29/19 18:45:46 (4 years ago)
Author:
bnemhaus
Message:

Fix for single user mode so that they have a profile name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r1460 r1470  
    555555               
    556556                FrameUtils.ParseProfile(userProfile);
     557                String proFileName = userProfile.getFramesetName();
     558                UserSettings.ProfileName.set(proFileName);
    557559               
    558560                return userProfile;
Note: See TracChangeset for help on using the changeset viewer.