~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Console/AppConsole.vala

  • Committer: Tony George
  • Date: 2017-01-07 18:52:48 UTC
  • Revision ID: tony.george.kol@gmail.com-20170107185248-38am4ez6h3kk1rfe
Console: BTRFS: Skip prompts for target device mapping

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
                stdin.read_line();
605
605
 
606
606
                init_mounts();
607
 
 
608
 
                map_devices();
609
 
 
 
607
                
610
608
                if (!App.btrfs_mode){
 
609
 
 
610
                        map_devices();
 
611
 
611
612
                        select_grub_device();
612
613
                }
613
614