File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55 } , require ( "Storage" ) . readJSON ( "swipeinv.json" , true ) || { } ) ;
66
77 let getAppIdFromSrc = ( ) => {
8+ "ram"
89 if ( ! global . __FILE__ || global . __FILE__ === ".bootcde" ) {
910 return require ( "Storage" ) . readJSON ( "setting.json" , true ) . clock
1011 } else { return global . __FILE__ . split ( "." ) [ 0 ] ; }
1415 if ( settings . global || Object . keys ( settings . apps ) . length > 0 ) {
1516
1617 let swipeInverter = ( dirLR , dirUD , obj ) => {
18+ "ram"
1719 if ( settings . global ^ Object . keys ( settings . apps ) . includes ( getAppIdFromSrc ( ) ) ) {
1820 if ( ! ( obj && obj . inverted ) ) {
1921 E . stopEventPropagation ( ) ;
2830 }
2931
3032 let dragInverter = ( e ) => {
33+ "ram"
3134 if ( settings . global ^ Object . keys ( settings . apps ) . includes ( getAppIdFromSrc ( ) ) ) {
3235 if ( ! e . inverted ) {
3336 E . stopEventPropagation ( ) ;
You can’t perform that action at this time.
0 commit comments