implements #122, urgent hint on linux

This commit is contained in:
Jonas Schwabe
2016-07-12 22:14:32 +02:00
parent 04fe0fd336
commit 028d0ac7f8
3 changed files with 7 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ var SettingsPage = React.createClass({
) : null;
var notifications_row = null;
if (process.platform === 'win32') {
if (process.platform === 'win32' || process.platform === 'linux') {
var notificationSettings = [
{
label: 'Never',