mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
fix linux check
This commit is contained in:
@@ -19,5 +19,5 @@ pub fn reopen_as_admin() {
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(linux)]
|
#[cfg(target_os = "linux")]
|
||||||
pub fn reopen_as_admin() {}
|
pub fn reopen_as_admin() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user