Changeset 1329 for trunk


Ignore:
Timestamp:
04/29/19 09:36:28 (5 years ago)
Author:
bln4
Message:

When running old regime without authentication, do not attempt to extract personal resources.

File:
1 edited

Legend:

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

    r1327 r1329  
    272272                Frame userProfile = loadProfiles();
    273273
    274                 if (!AuthenticatorBrowser.isAuthenticationRequired()) {
     274                if (!AuthenticatorBrowser.isAuthenticationRequired() && UserSettings.PublicAndPrivateResources) {
    275275                        String userName = UserSettings.ProfileName.get();
    276276                        FrameIO.setupPersonalResources(userName);
Note: See TracChangeset for help on using the changeset viewer.