Ignore:
Timestamp:
12/03/19 15:29:07 (4 years ago)
Author:
bnemhaus
Message:

Added label existance check for when setting encryption label on a frame.

Added padlock icon on items that are encrypted.

Added key icon on items with KeyImage property set to 'PartialKey' or 'FullKey'. This will hopefully soon transformed into automatically setting these properties on key items that are on the secrets frame. The property should not be set-able by user once fully implemented and is only atm for debug purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r1468 r1477  
    8686public class Misc {
    8787       
    88        
    89         public static String keyCharacter() {
    90                 return "\uD83D\uDD11";
    91         }
    92        
    9388        /**
    9489         * Causes the system to beep
Note: See TracChangeset for help on using the changeset viewer.