mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-11 02:44:15 +00:00
enshort namespace
This commit is contained in:
parent
b3faf9a1cb
commit
3fbfe6a7e0
@ -21,7 +21,7 @@ fn main() -> glib::ExitCode {
|
|||||||
// Create new window
|
// Create new window
|
||||||
app.connect_activate({
|
app.connect_activate({
|
||||||
// Init profile directory
|
// Init profile directory
|
||||||
let mut fs = gtk::glib::user_config_dir();
|
let mut fs = glib::user_config_dir();
|
||||||
|
|
||||||
fs.push(APP_ID);
|
fs.push(APP_ID);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user