[ui] Add auto-mount on first launch functionality #52
This commit is contained in:
@@ -51,7 +51,9 @@ template <typename thread_t>
|
||||
#endif // defined(__APPLE__)
|
||||
|
||||
#if defined(__linux__)
|
||||
[[nodiscard]] auto create_autostart_entry(create_autostart_opts opts) -> bool;
|
||||
[[nodiscard]] auto create_autostart_entry(create_autostart_opts opts,
|
||||
bool overwrite_existing = true)
|
||||
-> bool;
|
||||
#endif // defined(__linux__)
|
||||
|
||||
[[nodiscard]] auto get_last_error_code() -> int;
|
||||
|
||||
Reference in New Issue
Block a user