Ignore:
Timestamp:
12/03/19 16:30:10 (5 years ago)
Author:
bnemhaus
Message:

Introducing java property 'expeditee.demo-mode', when set to true. With it enabled, any expeditee mail sent will also go to the recipient if they are on the same computer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/account/Authenticate.java

    r1454 r1478  
    3434import org.expeditee.gui.FrameUtils;
    3535import org.expeditee.gui.MessageBay;
     36import org.expeditee.gui.management.ResourceManager;
    3637import org.expeditee.items.Item;
    3738import org.expeditee.items.Text;
     
    102103                        //Settings.parseSettings(settingsLink);
    103104                        FrameUtils.ParseProfile(oneFrame);
     105                        ResourceManager.invalidateAllResourceDirectories();
    104106                       
    105107                        // At this point we at least login, but maybe with problems.
Note: See TracChangeset for help on using the changeset viewer.