Skip to content

Commit

Permalink
feat: remove systray options from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Feb 10, 2024
1 parent 3f97187 commit 4af93bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/setup/ibus-setup-chewing-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ struct _IbusSetupChewingWindow {
AdwComboRow *kb_type;
AdwComboRow *sel_keys;
AdwSwitchRow *plain_zhuyin;
AdwSwitchRow *show_systray;
AdwSwitchRow *auto_shift_cur;
AdwSwitchRow *add_phrase_direction;
AdwSwitchRow *clean_buffer_focus_out;
Expand Down Expand Up @@ -60,7 +59,6 @@ ibus_setup_chewing_window_class_init(IbusSetupChewingWindowClass *klass) {
bind_child(kb_type);
bind_child(sel_keys);
bind_child(plain_zhuyin);
bind_child(show_systray);
bind_child(auto_shift_cur);
bind_child(add_phrase_direction);
bind_child(clean_buffer_focus_out);
Expand Down
8 changes: 0 additions & 8 deletions src/setup/ibus-setup-chewing-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@
<property name="subtitle" translatable="yes">Enable or disable automatic candidate selection</property>
</object>
</child>
<child>
<object class="AdwSwitchRow" id="show_systray">
<property name="title" translatable="yes">Show Systray Icon</property>
<property name="subtitle" translatable="yes">Whether to show the systray icon</property>
<property name="tooltip-text" translatable="yes">This feature is currently not implemented.</property>
<property name="sensitive">False</property>
</object>
</child>
</object>
</child>
<child>
Expand Down

0 comments on commit 4af93bc

Please sign in to comment.