Add a configurable background color in the file app in view mode
This commit is contained in:
@@ -224,6 +224,8 @@ define([
|
||||
if (decrypting) { return; }
|
||||
decrypting = true;
|
||||
displayFile(ev, sizeMb, function (err) {
|
||||
$appContainer.css('background-color',
|
||||
common.getAppConfig().appBackgroundColor);
|
||||
if (err) { UI.alert(err); }
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user