This commit is contained in:
Ward from fusion-voyager-3 2024-08-20 08:41:10 +03:00
parent 6f81fda8d1
commit fcbd9d246f
2 changed files with 2 additions and 4 deletions

View File

@ -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();

View File

@ -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());
//