fd
This commit is contained in:
parent
257e9e0a46
commit
63de94ac6b
@ -101,10 +101,10 @@ class ImgScanPageView extends GetView<ImgScanPageController> {
|
||||
const Spacer(
|
||||
),
|
||||
IconButton(onPressed:() {
|
||||
print("设置壁纸");
|
||||
print("保存壁纸");
|
||||
controller.saveImgToAlbum();
|
||||
|
||||
}, icon: const Icon(Icons.wallpaper),color: Colors.white,),
|
||||
}, icon: const Icon(Icons.album),color: Colors.white,),
|
||||
const Spacer(
|
||||
),
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user