Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
62521853
Verified
Commit
62521853
authored
Nov 16, 2021
by
Mikolai Gütschow
Browse files
Options
Downloads
Patches
Plain Diff
show Briar logo in taskbar and window header
parent
0b0e5759
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!47
Show Briar logo in taskbar and window header
Pipeline
#8234
passed
Nov 16, 2021
Stage: test
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt
+2
-0
2 additions, 0 deletions
src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt
with
2 additions
and
0 deletions
src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt
+
2
−
0
View file @
62521853
...
@@ -5,6 +5,7 @@ import androidx.compose.runtime.getValue
...
@@ -5,6 +5,7 @@ import androidx.compose.runtime.getValue
import
androidx.compose.runtime.mutableStateOf
import
androidx.compose.runtime.mutableStateOf
import
androidx.compose.runtime.remember
import
androidx.compose.runtime.remember
import
androidx.compose.runtime.setValue
import
androidx.compose.runtime.setValue
import
androidx.compose.ui.res.painterResource
import
androidx.compose.ui.window.Window
import
androidx.compose.ui.window.Window
import
org.briarproject.bramble.api.account.AccountManager
import
org.briarproject.bramble.api.account.AccountManager
import
org.briarproject.bramble.api.lifecycle.LifecycleManager
import
org.briarproject.bramble.api.lifecycle.LifecycleManager
...
@@ -84,6 +85,7 @@ constructor(
...
@@ -84,6 +85,7 @@ constructor(
Window
(
Window
(
title
=
title
,
title
=
title
,
onCloseRequest
=
onClose
,
onCloseRequest
=
onClose
,
icon
=
painterResource
(
"images/logo_circle.svg"
)
)
{
)
{
window
.
minimumSize
=
Dimension
(
800
,
600
)
window
.
minimumSize
=
Dimension
(
800
,
600
)
BriarTheme
(
isDarkTheme
=
isDark
)
{
BriarTheme
(
isDarkTheme
=
isDark
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment