refactor: make LoginItemSettings::path a wstring
This commit is contained in:
parent
0f3620099a
commit
9127cff58b
2 changed files with 4 additions and 6 deletions
|
@ -131,7 +131,7 @@ class Browser : public WindowListObserver {
|
|||
bool restore_state = false;
|
||||
bool opened_at_login = false;
|
||||
bool opened_as_hidden = false;
|
||||
std::u16string path;
|
||||
std::wstring path;
|
||||
std::vector<std::u16string> args;
|
||||
|
||||
#if defined(OS_WIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue