Fix Librewolf profile id 0 causing errors
This commit is contained in:
parent
43e11222ad
commit
f797abf235
2 changed files with 3 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
|||
home = {
|
||||
color = "purple";
|
||||
icon = "fruit";
|
||||
id = 0;
|
||||
id = 1;
|
||||
};
|
||||
school = {
|
||||
color = "red";
|
||||
icon = "briefcase";
|
||||
id = 1;
|
||||
id = 2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue