mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-01 18:41:36 +02:00
Tweak message size placeholder and notifications
This commit is contained in:
@@ -435,7 +435,7 @@ function MessageSizeSettingRow({
|
||||
: inheritedValue
|
||||
: setting;
|
||||
const displayValue = formatMegabytes(value);
|
||||
const placeholder = formatMegabytes(settingDefinition.defaultValue);
|
||||
const placeholder = "0";
|
||||
|
||||
if (!inherited) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user