forked from endorphant/ttbp
		
	stubbing burying feels
This commit is contained in:
		
							parent
							
								
									7c6ce6554b
								
							
						
					
					
						commit
						d001c14bc9
					
				| @ -83,7 +83,7 @@ ___________________________________________________________ | ||||
| |  ____ ____ ____ _    ____    ____ _  _ ____ _ _  _ ____  | | ||||
| |  |___ |___ |___ |    [__     |___ |\ | | __ | |\ | |___  | | ||||
| |  |    |___ |___ |___ ___]    |___ | \| |__] | | \| |___  | | ||||
| |                                    ver 0.12.1b (purging) | | ||||
| |                            ver 0.12.2b (bury your feels) | | ||||
| |__________________________________________________________| | ||||
| '''.lstrip() | ||||
| 
 | ||||
|  | ||||
| @ -612,6 +612,7 @@ def review_menu(intro=""): | ||||
|             "read over feels", | ||||
|             "modify feels publishing", | ||||
|             "backup your feels", | ||||
|             "bury some feels", | ||||
|             "delete feels by day", | ||||
|             "purge all feels", | ||||
|             "import a feels backup", | ||||
| @ -645,18 +646,20 @@ def review_menu(intro=""): | ||||
|             else: | ||||
|                 top = nofeels | ||||
|         elif choice == 3: | ||||
|             top = DUST | ||||
|         elif choice == 4: | ||||
|             if hasfeels: | ||||
|                 redraw("deleting feels") | ||||
|                 delete_feels() | ||||
|             else: | ||||
|                 top = nofeels | ||||
|         elif choice == 4: | ||||
|         elif choice == 5: | ||||
|             if hasfeels: | ||||
|                 redraw("!!!PURGING ALL FEELS!!!") | ||||
|                 purge_feels() | ||||
|             else: | ||||
|                 top = nofeels | ||||
|         elif choice == 5: | ||||
|         elif choice == 6: | ||||
|             top = DUST | ||||
|     else: | ||||
|         redraw() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user