Fixed panic in new cycling code
Made cycling fire without debounce
This commit is contained in:
parent
2882e0fa5b
commit
9b8a3e4de5
2 changed files with 23 additions and 26 deletions
|
@ -5,7 +5,7 @@ use gpui::{
|
|||
platform::{WindowBounds, WindowKind, WindowOptions},
|
||||
AppContext, ClipboardItem, Element, Entity, View, ViewContext, ViewHandle,
|
||||
};
|
||||
use settings::{settings_file::SettingsFile, Settings};
|
||||
use settings::Settings;
|
||||
use theme::ui::modal;
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue