Skip to content

Commit

Permalink
Remove print test button from main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Jul 13, 2024
1 parent db02fee commit 38c51f5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,6 @@ class _KioskMainPageState extends State<KioskMainPage> {
);
},
),
IconButton(
icon: Icon(Icons.print),
tooltip: "인쇄 테스트",
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => PrintPage(
nametagData: NametagData(
"[이름]",
"[소속]",
"[직책]",
"https://ubuntu-kr.org",
// "교환권\n티셔츠 XL (테스트)\n 도시락/채식 (테스트)",
"",
true))),
);
},
)
]),
body: Column(
mainAxisAlignment: MainAxisAlignment.center,
Expand Down

0 comments on commit 38c51f5

Please sign in to comment.