mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Disk selections in partitioner are not sticky
This commit is contained in:
parent
e122600689
commit
625bbb6a4b
2 changed files with 29 additions and 2 deletions
|
@ -60,8 +60,10 @@ private:
|
|||
void editExistingPartition( Device*, Partition* );
|
||||
void updateBootLoaderInstallPath();
|
||||
void updateFromCurrentDevice();
|
||||
void updateBootLoaderIndex();
|
||||
|
||||
QMutex m_revertMutex;
|
||||
int m_lastSelectedBootLoaderIndex;
|
||||
};
|
||||
|
||||
#endif // PARTITIONPAGE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue