mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #698 from matttbe/master
linux: Rename window's class to Atom
This commit is contained in:
@@ -158,8 +158,8 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,
|
||||
"%s/%s/%d", "Atom Shell", Browser::Get()->GetName().c_str(),
|
||||
++kWindowsCreated);
|
||||
// Set WM_CLASS.
|
||||
params.wm_class_name = "atom-shell";
|
||||
params.wm_class_class = "Atom Shell";
|
||||
params.wm_class_name = "atom";
|
||||
params.wm_class_class = "Atom";
|
||||
#endif
|
||||
|
||||
window_->Init(params);
|
||||
|
||||
Reference in New Issue
Block a user