mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort namespace
This commit is contained in:
parent
b3faf9a1cb
commit
3fbfe6a7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue