mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
add more size range
This commit is contained in:
parent
74de7da89a
commit
3c3426a842
@ -1955,7 +1955,7 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
|
|||||||
.addDropdown((dropdown) => {
|
.addDropdown((dropdown) => {
|
||||||
dropdown.addOption("-1", t("settings_skiplargefiles_notset"));
|
dropdown.addOption("-1", t("settings_skiplargefiles_notset"));
|
||||||
|
|
||||||
const mbs = [1, 5, 10, 50, 100, 500, 1000];
|
const mbs = [1, 5, 10, 20, 50, 100, 200, 500, 1000];
|
||||||
for (const mb of mbs) {
|
for (const mb of mbs) {
|
||||||
dropdown.addOption(`${mb * 1000 * 1000}`, `${mb} MB`);
|
dropdown.addOption(`${mb * 1000 * 1000}`, `${mb} MB`);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user