mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
fix: add subtitle for flash button (#462)
closes #453 ![image](/attachments/398ae5b1-df90-43cf-8389-0be4bafde9fd) idk how to change hover Co-authored-by: Inex Code <inex.code@selfprivacy.org> Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/462 Co-authored-by: dettlaff <dettlaff@riseup.net> Co-committed-by: dettlaff <dettlaff@riseup.net>
This commit is contained in:
parent
add2366e6b
commit
c179a109fd
|
@ -1,4 +1,5 @@
|
|||
import 'package:auto_route/auto_route.dart';
|
||||
import 'package:easy_localization/easy_localization.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:ionicons/ionicons.dart';
|
||||
import 'package:selfprivacy/logic/cubit/client_jobs/client_jobs_cubit.dart';
|
||||
|
@ -164,6 +165,7 @@ class _HeroSliverAppBarState extends State<HeroSliverAppBar> {
|
|||
color: isJobsListEmpty
|
||||
? Theme.of(context).colorScheme.onBackground
|
||||
: Theme.of(context).colorScheme.primary,
|
||||
tooltip: 'jobs.title'.tr(),
|
||||
),
|
||||
),
|
||||
const SizedBox.shrink(),
|
||||
|
|
Loading…
Reference in a new issue