update image resolution and search bar cursor color
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
const uploadPhotoLimit = 10;
|
||||
const shipmentCountForCartonFilter = 10;
|
||||
const resendCountSec = 30;
|
||||
int imageQuality = 100;
|
||||
double imageMaxWidth = 1000;
|
||||
|
||||
const config_collection = "configs";
|
||||
const user_collection = "users";
|
||||
@@ -84,7 +86,7 @@ const privilege_receiving = "rc";
|
||||
const privilege_pickup = "pku";
|
||||
const privilege_collect = "col";
|
||||
const privilege_report = "rpt";
|
||||
const privilege_pin ="pin";
|
||||
const privilege_pin = "pin";
|
||||
|
||||
// Pickup types
|
||||
const shipment_local_pickup = "Local pickup";
|
||||
|
||||
Reference in New Issue
Block a user