mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Add ifdef for property, which should only be availabe on Linux
This commit is contained in:
@@ -223,7 +223,9 @@ class Browser : public WindowListObserver {
|
||||
std::string version_override_;
|
||||
std::string name_override_;
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
int current_badge_count_ = 0;
|
||||
#endif
|
||||
|
||||
#if defined(OS_WIN)
|
||||
base::string16 app_user_model_id_;
|
||||
|
||||
Reference in New Issue
Block a user