This commit is contained in:
parent
6f81fda8d1
commit
fcbd9d246f
@ -5,8 +5,7 @@ use adw::gio;
|
||||
use adw::prelude::*;
|
||||
use glib::{clone, closure_local, ffi::gboolean};
|
||||
use gtk::{glib, prelude::*};
|
||||
use std::borrow::Borrow;
|
||||
use std::{cell::{RefCell}, rc::Rc};
|
||||
use std::{cell::RefCell, rc::Rc};
|
||||
|
||||
const MINIMUM_EFI_BYTE_SIZE: f64 = 500000000.0;
|
||||
const MINIMUM_BOOT_BYTE_SIZE: f64 = 1000000000.0;
|
||||
@ -741,8 +740,6 @@ pub fn create_mount_row(
|
||||
|
||||
row.set_langaction(language_changed_action);
|
||||
|
||||
row.set_id(extra_mount_id_refcell.borrow());
|
||||
|
||||
let null_checkbutton = gtk::CheckButton::builder().build();
|
||||
|
||||
|
||||
|
@ -32,6 +32,7 @@ pub fn manual_partitioning_page(
|
||||
let partition_array_refcell = Rc::new(RefCell::new(get_partitions()));
|
||||
let used_partition_array_refcell: Rc<RefCell<Vec<FstabEntry>>> = Rc::new(RefCell::default());
|
||||
let subvol_partition_array_refcell: Rc<RefCell<Vec<String>>> = Rc::new(RefCell::default());
|
||||
//let subvol_partition_array_refcell: Rc<RefCell<Vec<String>>> = Rc::new(RefCell::default());
|
||||
|
||||
//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user