mirror of
https://github.com/foss42/apidash.git
synced 2025-06-02 07:46:10 +08:00
Update window_utils.dart
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
bool showButtonLabelsInBodySuccess(int options, double maxWidth) {
|
bool showButtonLabelsInBodySuccess(int options, double maxWidth) {
|
||||||
switch (options) {
|
switch (options) {
|
||||||
|
case 0:
|
||||||
|
return true;
|
||||||
case 1:
|
case 1:
|
||||||
return (maxWidth < 300) ? false : true;
|
return (maxWidth < 300) ? false : true;
|
||||||
case 2:
|
case 2:
|
||||||
|
Reference in New Issue
Block a user