Skip to content

Commit

Permalink
Add interface to manage accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Nov 13, 2023
1 parent ba0a5a7 commit 365244b
Show file tree
Hide file tree
Showing 11 changed files with 581 additions and 4 deletions.
248 changes: 247 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions data/resources/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ blueprints = custom_target('blueprints',
'ui/window.blp',
'ui/shortcuts.blp',
'ui/subscription_info_dialog.blp',
'ui/preferences.blp',
),
output: '.',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],
Expand Down
1 change: 1 addition & 0 deletions data/resources/resources.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<file compressed="true" preprocess="xml-stripblanks" alias="gtk/help-overlay.ui">ui/shortcuts.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/window.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/subscription_info_dialog.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/preferences.ui</file>
<file compressed="true">style.css</file>
<file compressed="true">com.ranfdev.Notify.metainfo.xml</file>
</gresource>
Expand Down
Loading

0 comments on commit 365244b

Please sign in to comment.